Home
last modified time | relevance | path

Searched refs:p_uuid (Results 1 – 19 of 19) sorted by relevance

/system/bt/bta/dm/
Dbta_dm_api.cc206 p_msg->p_uuid = NULL; in BTA_DmDiscoverUUID()
600 p_msg->p_uuid = (Uuid*)(p_msg + 1); in bta_dm_discover_send_msg()
601 memcpy(p_msg->p_uuid, p_services->p_uuid, in bta_dm_discover_send_msg()
692 p_msg->p_uuid = (Uuid*)(p_msg + 1); in BTA_DmSearchExt()
693 memcpy(p_msg->p_uuid, p_services->p_uuid, in BTA_DmSearchExt()
696 p_msg->p_uuid = NULL; in BTA_DmSearchExt()
Dbta_dm_int.h79 bluetooth::Uuid* p_uuid; member
91 bluetooth::Uuid* p_uuid; member
Dbta_dm_act.cc996 p_data->search.p_uuid != nullptr) { in bta_dm_search_start()
998 *bta_dm_search_cb.p_srvc_uuid = *p_data->search.p_uuid; in bta_dm_search_start()
1079 p_data->discover.p_uuid != NULL) { in bta_dm_discover()
1081 *bta_dm_search_cb.p_srvc_uuid = *p_data->discover.p_uuid; in bta_dm_discover()
1347 Uuid* p_uuid = bta_dm_search_cb.p_srvc_uuid; in bta_dm_sdp_result() local
1376 if (bta_dm_search_cb.uuid_to_search != 0 && p_uuid != NULL) { in bta_dm_sdp_result()
1377 p_uuid += in bta_dm_sdp_result()
1380 service = p_uuid->As16Bit(); in bta_dm_sdp_result()
4134 Uuid* p_uuid = bta_dm_search_cb.p_srvc_uuid + bta_dm_search_cb.num_uuid - in btm_dm_start_disc_gatt_services() local
4138 BTA_GATTC_ServiceSearchRequest(conn_id, p_uuid); in btm_dm_start_disc_gatt_services()
/system/bt/btif/src/
Dbtif_storage.cc370 Uuid* p_uuid = reinterpret_cast<Uuid*>(prop->val); in cfg2prop() local
372 btif_split_uuids_string(value, p_uuid, BT_MAX_NUM_UUIDS); in cfg2prop()
545 size_t btif_split_uuids_string(const char* str, bluetooth::Uuid* p_uuid, in btif_split_uuids_string() argument
548 CHECK(p_uuid); in btif_split_uuids_string()
557 *p_uuid = tmp; in btif_split_uuids_string()
558 p_uuid++; in btif_split_uuids_string()
669 Uuid* p_uuid = reinterpret_cast<Uuid*>(property->val); in btif_storage_get_adapter_property() local
681 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
689 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
694 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
[all …]
Dbtif_dm.cc2528 mask_ext.p_uuid = NULL; in btif_dm_get_remote_services_by_transport()
/system/bt/stack/sdp/
Dsdp_api.cc294 bool SDP_FindServiceUUIDInRec(tSDP_DISC_REC* p_rec, Uuid* p_uuid) { in SDP_FindServiceUUIDInRec() argument
306 *p_uuid = Uuid::From16Bit(p_sattr->attr_value.v.u16); in SDP_FindServiceUUIDInRec()
309 *p_uuid = Uuid::From128BitBE(p_sattr->attr_value.v.array); in SDP_FindServiceUUIDInRec()
312 *p_uuid = Uuid::From32Bit(p_sattr->attr_value.v.u32); in SDP_FindServiceUUIDInRec()
333 *p_uuid = Uuid::From16Bit(p_extra_sattr->attr_value.v.u16); in SDP_FindServiceUUIDInRec()
345 *p_uuid = Uuid::From16Bit(p_attr->attr_value.v.u16); in SDP_FindServiceUUIDInRec()
367 bool SDP_FindServiceUUIDInRec_128bit(tSDP_DISC_REC* p_rec, Uuid* p_uuid) { in SDP_FindServiceUUIDInRec_128bit() argument
377 *p_uuid = Uuid::From128BitBE(p_sattr->attr_value.v.array); in SDP_FindServiceUUIDInRec_128bit()
389 *p_uuid = Uuid::From128BitBE(p_attr->attr_value.v.array); in SDP_FindServiceUUIDInRec_128bit()
Dsdp_db.cc109 static bool find_uuid_in_seq(uint8_t* p, uint32_t seq_len, uint8_t* p_uuid, in find_uuid_in_seq() argument
127 if (sdpu_compare_uuid_arrays(p, len, p_uuid, uuid_len)) return (true); in find_uuid_in_seq()
129 if (find_uuid_in_seq(p, len, p_uuid, uuid_len, nest_level + 1)) in find_uuid_in_seq()
Dsdpint.h270 extern bool sdpu_is_base_uuid(uint8_t* p_uuid);
Dsdp_utils.cc848 bool sdpu_is_base_uuid(uint8_t* p_uuid) { in sdpu_is_base_uuid() argument
852 if (p_uuid[xx] != sdp_base_uuid[xx]) return (false); in sdpu_is_base_uuid()
/system/bt/stack/include/
Dsdp_api.h318 bluetooth::Uuid* p_uuid);
637 bool SDP_FindServiceUUIDInRec(tSDP_DISC_REC* p_rec, bluetooth::Uuid* p_uuid);
/system/bt/stack/gatt/
Dgatt_sr.cc467 Uuid* p_uuid = gatts_get_service_uuid(el.p_db); in gatt_build_primary_service_rsp() local
468 if (!p_uuid) continue; in gatt_build_primary_service_rsp()
471 handle_len = 4 + gatt_build_uuid_to_stream_len(*p_uuid); in gatt_build_primary_service_rsp()
490 if (op_code == GATT_REQ_FIND_TYPE_VALUE && value != *p_uuid) continue; in gatt_build_primary_service_rsp()
504 gatt_build_uuid_to_stream(&p, *p_uuid); in gatt_build_primary_service_rsp()
586 uint8_t*& p, Uuid* p_uuid, in gatts_validate_packet_format() argument
595 CHECK(p_uuid); in gatts_validate_packet_format()
597 if (!gatt_parse_uuid_from_cmd(p_uuid, uuid_len, &p)) { in gatts_validate_packet_format()
Dgatt_utils.cc480 uint8_t* p_uuid = *p_data; in gatt_parse_uuid_from_cmd() local
485 STREAM_TO_UINT16(val, p_uuid); in gatt_parse_uuid_from_cmd()
492 *p_uuid_rec = Uuid::From128BitLE(p_uuid); in gatt_parse_uuid_from_cmd()
Dgatt_api.cc288 Uuid* p_uuid = gatts_get_service_uuid(elem.p_db); in GATTS_AddService() local
289 elem.sdp_handle = gatt_add_sdp_record(*p_uuid, elem.s_hdl, elem.e_hdl); in GATTS_AddService()
Dgatt_int.h431 extern bool gatt_parse_uuid_from_cmd(bluetooth::Uuid* p_uuid, uint16_t len,
/system/bt/btif/include/
Dbtif_storage.h321 size_t btif_split_uuids_string(const char* str, bluetooth::Uuid* p_uuid,
/system/bt/stack/btm/
Dbtm_inq.cc2467 static uint16_t btm_convert_uuid_to_uuid16(const uint8_t* p_uuid, in btm_convert_uuid_to_uuid16() argument
2479 STREAM_TO_UINT16(uuid16, p_uuid); in btm_convert_uuid_to_uuid16()
2482 STREAM_TO_UINT32(uuid32, p_uuid); in btm_convert_uuid_to_uuid16()
2489 if (p_uuid[xx] != base_uuid[xx]) { in btm_convert_uuid_to_uuid16()
2495 if ((p_uuid[Uuid::kNumBytes128 - 1] == 0) && in btm_convert_uuid_to_uuid16()
2496 (p_uuid[Uuid::kNumBytes128 - 2] == 0)) { in btm_convert_uuid_to_uuid16()
2497 p_uuid += (Uuid::kNumBytes128 - 4); in btm_convert_uuid_to_uuid16()
2498 STREAM_TO_UINT16(uuid16, p_uuid); in btm_convert_uuid_to_uuid16()
/system/bt/bta/gatt/
Dbta_gattc_cache.cc402 void bta_gattc_search_service(tBTA_GATTC_CLCB* p_clcb, Uuid* p_uuid) { in bta_gattc_search_service() argument
404 if (p_uuid && *p_uuid != service.uuid) continue; in bta_gattc_search_service()
Dbta_gattc_int.h428 bluetooth::Uuid* p_uuid);
/system/bt/bta/include/
Dbta_api.h144 bluetooth::Uuid* p_uuid; member