Searched refs:uuid_size (Results 1 – 4 of 4) sorted by relevance
/system/bt/service/client/ |
D | main.cc | 700 int uuid_size = uuid.GetShortestRepresentationSize(); in HandleStartAdv() local 702 if (uuid_size == bluetooth::Uuid::kNumBytes128) in HandleStartAdv() 704 else if (uuid_size == bluetooth::Uuid::kNumBytes32) in HandleStartAdv() 706 else if (uuid_size == bluetooth::Uuid::kNumBytes16) in HandleStartAdv() 709 NOTREACHED() << "Unexpected size: " << uuid_size; in HandleStartAdv() 711 data.push_back(uuid_size + 1); in HandleStartAdv() 715 int index = (uuid_size == 16) ? 0 : 12; in HandleStartAdv() 717 uuid_bytes.data() + index + uuid_size); in HandleStartAdv()
|
/system/bt/stack/btm/ |
D | btm_inq.cc | 123 uint8_t uuid_size, 2349 uint8_t BTM_GetEirUuidList(uint8_t* p_eir, size_t eir_len, uint8_t uuid_size, in BTM_GetEirUuidList() argument 2360 btm_eir_get_uuid_list(p_eir, eir_len, uuid_size, p_num_uuid, &type); in BTM_GetEirUuidList() 2374 if (uuid_size == Uuid::kNumBytes16) { in BTM_GetEirUuidList() 2379 } else if (uuid_size == Uuid::kNumBytes32) { in BTM_GetEirUuidList() 2384 } else if (uuid_size == Uuid::kNumBytes128) { in BTM_GetEirUuidList() 2414 uint8_t uuid_size, in btm_eir_get_uuid_list() argument 2421 switch (uuid_size) { in btm_eir_get_uuid_list() 2450 *p_num_uuid = uuid_len / uuid_size; in btm_eir_get_uuid_list() 2468 uint8_t uuid_size) { in btm_convert_uuid_to_uuid16() argument [all …]
|
/system/bt/stack/gatt/ |
D | gatt_utils.cc | 477 bool gatt_parse_uuid_from_cmd(Uuid* p_uuid_rec, uint16_t uuid_size, in gatt_parse_uuid_from_cmd() argument 482 switch (uuid_size) { in gatt_parse_uuid_from_cmd() 503 if (uuid_size != 0) ret = false; in gatt_parse_uuid_from_cmd()
|
/system/bt/stack/include/ |
D | btm_api.h | 1977 uint8_t uuid_size, uint8_t* p_num_uuid,
|