Home
last modified time | relevance | path

Searched refs:INVALID_HANDLE (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/test/
Dtest_att_db.rs50 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/
DEvsHalWrapperImplUnitTest.java56 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/
Dread_by_type_request.rs44 failure_response.error_code = AttErrorCode::INVALID_HANDLE; in handle_read_by_type_request()
306 error_code: AttErrorCode::INVALID_HANDLE, in test_range_validation()
Dfind_information_request.rs30 error_code: AttErrorCode::INVALID_HANDLE, in handle_find_information_request()
265 error_code: AttErrorCode::INVALID_HANDLE, in test_handle_validation()
Dfind_by_type_value.rs33 error_code: AttErrorCode::INVALID_HANDLE, in handle_find_by_type_value_request()
245 error_code: AttErrorCode::INVALID_HANDLE, in test_range_check()
Dread_by_group_type_request.rs51 failure_response.error_code = AttErrorCode::INVALID_HANDLE; in handle_read_by_group_type_request()
226 error_code: AttErrorCode::INVALID_HANDLE, in test_range_validation()
Dread_request.rs114 error_code: AttErrorCode::INVALID_HANDLE, in test_missed_read()
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_callbacks_test.rs322 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()
Dgatt_server_test.rs173 error_code: AttErrorCode::INVALID_HANDLE in test_server_closed_while_connected()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs354 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()
Datt_server_bearer.rs251 const INVALID_HANDLE: AttHandle = AttHandle(4); constant
306 attribute_handle: INVALID_HANDLE.into(), in test_sequential_transactions()
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgatt.py30 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/
Dfloss_enums.py78 INVALID_HANDLE = 0x01 variable in GattStatus
/packages/modules/Bluetooth/system/rust/src/
Dpackets.pdl59 INVALID_HANDLE = 0x01,
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto57 INVALID_HANDLE = 0x01; enumerator
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py220 return gatt_pb2.WriteResponse(handle=request.handle, status=gatt_pb2.INVALID_HANDLE)