Searched defs:p_uuid (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_utils.cc | 1089 bool sdpu_is_base_uuid(uint8_t* p_uuid) { in sdpu_is_base_uuid() 1441 uint8_t* p_uuid = p_attr->value_ptr + 3; in sdpu_is_avrcp_profile_description_list() local 1480 uint8_t* p_uuid = p_attr->value_ptr + 1; in sdpu_is_service_id_avrc_target() local
|
D | sdp_api.cc | 265 bool SDP_FindServiceUUIDInRec(const tSDP_DISC_REC* p_rec, Uuid* p_uuid) { in SDP_FindServiceUUIDInRec() 331 bool SDP_FindServiceUUIDInRec_128bit(const tSDP_DISC_REC* p_rec, Uuid* p_uuid) { in SDP_FindServiceUUIDInRec_128bit()
|
D | sdp_db.cc | 53 static bool find_uuid_in_seq(uint8_t* p, uint32_t seq_len, const uint8_t* p_uuid, uint16_t uuid_len, in find_uuid_in_seq()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_sdp_api.cc | 80 bool SDP_FindServiceUUIDInRec(const tSDP_DISC_REC* p_rec, bluetooth::Uuid* p_uuid) { in SDP_FindServiceUUIDInRec() 84 bool SDP_FindServiceUUIDInRec_128bit(const tSDP_DISC_REC* p_rec, bluetooth::Uuid* p_uuid) { in SDP_FindServiceUUIDInRec_128bit()
|
D | mock_btif_storage.cc | 138 size_t btif_split_uuids_string(const char* str, bluetooth::Uuid* p_uuid, size_t max_uuids) { in btif_split_uuids_string()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_storage.cc | 307 Uuid* p_uuid = reinterpret_cast<Uuid*>(prop->val); in cfg2prop() local 543 size_t btif_split_uuids_string(const char* str, bluetooth::Uuid* p_uuid, size_t max_uuids) { in btif_split_uuids_string() 620 Uuid* p_uuid = reinterpret_cast<Uuid*>(property->val); in btif_storage_get_adapter_property() local
|
D | btif_profile_storage.cc | 365 Uuid p_uuid[BT_MAX_NUM_UUIDS]; in btif_device_supports_profile() local 476 Uuid p_uuid[BT_MAX_NUM_UUIDS]; in btif_storage_load_bonded_hearing_aids() local 741 Uuid p_uuid[BT_MAX_NUM_UUIDS]; in btif_storage_load_bonded_leaudio() local
|
D | btif_dm.cc | 355 const uint8_t* p_uuid = p_service_data; in get_asha_service_data() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_sr.cc | 575 Uuid* p_uuid = gatts_get_service_uuid(el.p_db); in gatt_build_primary_service_rsp() local 704 Uuid* p_uuid, uint16_t& s_hdl, uint16_t& e_hdl) { in gatts_validate_packet_format()
|
D | gatt_api.cc | 326 Uuid* p_uuid = gatts_get_service_uuid(elem.p_db); in GATTS_AddService() local
|
D | gatt_utils.cc | 590 uint8_t* p_uuid = *p_data; in gatt_parse_uuid_from_cmd() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/ |
D | property.h | 112 bluetooth::Uuid* p_uuid = reinterpret_cast<bluetooth::Uuid*>(data.get()); in get_uuids() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_cache.cc | 573 void bta_gattc_search_service(tBTA_GATTC_CLCB* p_clcb, Uuid* p_uuid) { in bta_gattc_search_service()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_inq.cc | 2021 static uint16_t btm_convert_uuid_to_uuid16(const uint8_t* p_uuid, uint8_t uuid_size) { in btm_convert_uuid_to_uuid16()
|
D | btm_ble_gap.cc | 2047 const uint8_t* p_uuid = p_service_data; in btm_ble_update_inq_result() local
|