Searched refs:max_num_uuid (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_api.cc | 260 uint8_t num_uuid, max_num_uuid = 32; in BTA_GetEirService() local 266 p_eir, eir_len, Uuid::kNumBytes16, &num_uuid, uuid_list, max_num_uuid); in BTA_GetEirService()
|
D | bta_dm_act.cc | 3122 uint8_t max_num_uuid; in bta_dm_set_eir() local 3170 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes16; in bta_dm_set_eir() 3172 bta_dm_cb.eir_uuid, &p, max_num_uuid, &num_uuid); in bta_dm_set_eir() 3228 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes16; in bta_dm_set_eir() 3230 bta_dm_cb.eir_uuid, &p, max_num_uuid, &num_uuid); in bta_dm_set_eir() 3242 if (num_uuid < max_num_uuid) { in bta_dm_set_eir() 3269 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes32; in bta_dm_set_eir() 3275 if (num_uuid < max_num_uuid) { in bta_dm_set_eir() 3298 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes128; in bta_dm_set_eir() 3304 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_inq.cc | 136 uint8_t* p_uuid_list, uint8_t max_num_uuid) { in BTM_GetEirUuidList() argument
|
D | mock_stack_btm.cc | 63 uint8_t max_num_uuid) -> uint8_t { return 0; }, in __anon383244b00c02() argument
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_inq.cc | 1904 uint8_t* p_uuid_list, uint8_t max_num_uuid) { in BTM_GetEirUuidList() argument 1918 if (*p_num_uuid > max_num_uuid) { in BTM_GetEirUuidList() 1920 __func__, *p_num_uuid, max_num_uuid); in BTM_GetEirUuidList() 1921 *p_num_uuid = max_num_uuid; in BTM_GetEirUuidList()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_api.h | 911 uint8_t* p_uuid_list, uint8_t max_num_uuid);
|
D | btm_client_interface.h | 222 uint8_t* p_uuid_list, uint8_t max_num_uuid);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 1416 uint8_t num_uuids = 0, max_num_uuid = 32; in btif_dm_search_devices_evt() local 1437 &num_uuids, uuid_list, max_num_uuid); in btif_dm_search_devices_evt()
|