/packages/modules/Bluetooth/system/rust/src/gatt/server/test/ |
D | test_att_db.rs | 50 None => Err(AttErrorCode::INVALID_HANDLE), in read_attribute() 64 None => Err(AttErrorCode::INVALID_HANDLE), in write_attribute()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/ |
D | EvsHalWrapperImplUnitTest.java | 56 private static final int INVALID_HANDLE = 0; field in EvsHalWrapperImplUnitTest 68 assertThat(handle).isNotEqualTo(INVALID_HANDLE); in setUp()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/ |
D | read_by_type_request.rs | 44 failure_response.error_code = AttErrorCode::INVALID_HANDLE; in handle_read_by_type_request() 306 error_code: AttErrorCode::INVALID_HANDLE, in test_range_validation()
|
D | find_information_request.rs | 30 error_code: AttErrorCode::INVALID_HANDLE, in handle_find_information_request() 265 error_code: AttErrorCode::INVALID_HANDLE, in test_handle_validation()
|
D | find_by_type_value.rs | 33 error_code: AttErrorCode::INVALID_HANDLE, in handle_find_by_type_value_request() 245 error_code: AttErrorCode::INVALID_HANDLE, in test_range_check()
|
D | read_by_group_type_request.rs | 51 failure_response.error_code = AttErrorCode::INVALID_HANDLE; in handle_read_by_group_type_request() 226 error_code: AttErrorCode::INVALID_HANDLE, in test_range_validation()
|
D | read_request.rs | 114 error_code: AttErrorCode::INVALID_HANDLE, in test_missed_read()
|
/packages/modules/Bluetooth/system/rust/tests/ |
D | gatt_callbacks_test.rs | 322 callback_manager.send_response(CONN_ID, trans_id, Err(AttErrorCode::INVALID_HANDLE)); in test_transaction_cleanup_after_timeout() 347 callback_manager.send_response(CONN_ID, trans_id, Err(AttErrorCode::INVALID_HANDLE)); in test_listener_hang_up()
|
D | gatt_server_test.rs | 173 error_code: AttErrorCode::INVALID_HANDLE in test_server_closed_while_connected()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | gatt_database.rs | 354 return Err(AttErrorCode::INVALID_HANDLE); in read_attribute() 358 return Err(AttErrorCode::INVALID_HANDLE); in read_attribute() 395 return Err(AttErrorCode::INVALID_HANDLE); in write_attribute() 399 return Err(AttErrorCode::INVALID_HANDLE); in write_attribute() 549 assert_eq!(resp, Err(AttErrorCode::INVALID_HANDLE)) in test_read_empty_db()
|
D | att_server_bearer.rs | 251 const INVALID_HANDLE: AttHandle = AttHandle(4); constant 306 attribute_handle: INVALID_HANDLE.into(), in test_sequential_transactions()
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | gatt.py | 30 INVALID_HANDLE, 522 assert self.read_response.status == INVALID_HANDLE 525 assert INVALID_HANDLE in\ 816 assert self.write_response.status == INVALID_HANDLE
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | floss_enums.py | 78 INVALID_HANDLE = 0x01 variable in GattStatus
|
/packages/modules/Bluetooth/system/rust/src/ |
D | packets.pdl | 59 INVALID_HANDLE = 0x01,
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | gatt.proto | 57 INVALID_HANDLE = 0x01; enumerator
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | gatt.py | 220 return gatt_pb2.WriteResponse(handle=request.handle, status=gatt_pb2.INVALID_HANDLE)
|