Searched defs:uuid16 (Results 1 – 12 of 12) sorted by relevance
| /packages/modules/Bluetooth/system/bta/test/ |
| D | bta_pan_test.cc | 36 uint16_t uuid16; member 51 void BTA_SYS_EIR_CBACK(uint16_t uuid16, bool adding) { in BTA_SYS_EIR_CBACK() 76 bta_sys_eir_closure = [this](uint16_t uuid16, bool adding) { in SetUp()
|
| /packages/modules/Bluetooth/android/pandora/server/src/ |
| D | Host.kt | 484 for (uuid16 in dataTypesRequest.getCompleteServiceClassUuids16List()) { in advertise() constant 499 for (uuid16 in dataTypesRequest.getServiceSolicitationUuids16List()) { in advertise() constant 516 for ((uuid16, data) in dataTypesRequest.getServiceDataUuid16()) { in advertise() constant 663 val uuid16 = in scan() constant 689 val uuid16 = in scan() constant 705 val uuid16 = in scan() constant
|
| /packages/modules/Bluetooth/system/bta/sys/ |
| D | bta_sys_conn.cc | 442 void bta_sys_add_uuid(uint16_t uuid16) { in bta_sys_add_uuid() 458 void bta_sys_remove_uuid(uint16_t uuid16) { in bta_sys_remove_uuid()
|
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_stack_btm_inq.cc | 105 void BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService() 143 bool BTM_HasEirService(const uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_HasEirService() 171 void BTM_RemoveEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_RemoveEirService()
|
| D | mock_bta_dm_act.cc | 207 void bta_dm_eir_update_uuid(uint16_t uuid16, bool adding) { in bta_dm_eir_update_uuid()
|
| /packages/modules/Bluetooth/system/stack/btm/ |
| D | btm_inq.cc | 2073 static uint8_t btm_convert_uuid_to_eir_service(uint16_t uuid16) { in btm_convert_uuid_to_eir_service() 2097 bool BTM_HasEirService(const uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_HasEirService() 2120 void BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService() 2141 void BTM_RemoveEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_RemoveEirService() 2333 uint16_t uuid16 = 0; in btm_convert_uuid_to_uuid16() local 2387 uint16_t uuid16; in btm_set_eir_uuid() local
|
| /packages/modules/Bluetooth/system/gd/hci/ |
| D | uuid.cc | 133 Uuid Uuid::From16Bit(uint16_t uuid16) { in From16Bit()
|
| /packages/modules/Bluetooth/system/types/bluetooth/ |
| D | uuid.cc | 109 Uuid Uuid::From16Bit(uint16_t uuid16) { in From16Bit()
|
| /packages/modules/Bluetooth/system/stack/gatt/ |
| D | gatt_db.cc | 188 uint16_t uuid16 = attr16.uuid.As16Bit(); in read_attr_value() local
|
| /packages/modules/Bluetooth/system/bta/hh/ |
| D | bta_hh_le.cc | 1453 uint16_t uuid16 = charac.uuid.As16Bit(); in bta_hh_le_parse_hogp_service() local 1940 uint16_t uuid16 = bta_hh_get_uuid16(p_dev_cb, p_char->uuid); in write_report_cb() local
|
| /packages/modules/Bluetooth/system/bta/dm/ |
| D | bta_dm_act.cc | 1397 void bta_dm_eir_update_uuid(uint16_t uuid16, bool adding) { in bta_dm_eir_update_uuid()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
| D | TbsGatt.java | 977 private static UUID makeUuid(String uuid16) { in makeUuid()
|