HomeSort by relevance Sort by last modified time
    Searched defs:p_uuid (Results 1 - 7 of 7) sorted by null

  /system/bt/stack/gatt/
gatt_api.cc 289 Uuid* p_uuid = gatts_get_service_uuid(elem.p_db); local
290 elem.sdp_handle = gatt_add_sdp_record(*p_uuid, elem.s_hdl, elem.e_hdl);
    [all...]
gatt_sr.cc 466 Uuid* p_uuid = gatts_get_service_uuid(el.p_db); local
467 if (!p_uuid) continue;
470 handle_len = 4 + gatt_build_uuid_to_stream_len(*p_uuid);
489 if (op_code == GATT_REQ_FIND_TYPE_VALUE && value != *p_uuid) continue;
503 gatt_build_uuid_to_stream(&p, *p_uuid);
585 uint8_t*& p, Uuid* p_uuid,
594 CHECK(p_uuid);
596 if (!gatt_parse_uuid_from_cmd(p_uuid, uuid_len, &p)) {
    [all...]
gatt_utils.cc 491 uint8_t* p_uuid = *p_data; local
496 STREAM_TO_UINT16(val, p_uuid);
503 *p_uuid_rec = Uuid::From128BitLE(p_uuid);
    [all...]
  /system/bt/btif/src/
btif_storage.cc 346 Uuid* p_uuid = reinterpret_cast<Uuid*>(prop->val); local
348 btif_split_uuids_string(value, p_uuid, BT_MAX_NUM_UUIDS);
522 size_t btif_split_uuids_string(const char* str, bluetooth::Uuid* p_uuid,
525 CHECK(p_uuid);
534 *p_uuid = tmp;
535 p_uuid++;
595 Uuid* p_uuid = reinterpret_cast<Uuid*>(property->val); local
607 *(p_uuid + num_uuids) =
614 *(p_uuid + num_uuids) =
619 *(p_uuid + num_uuids)
    [all...]
  /system/bt/bta/dm/
bta_dm_act.cc 1330 Uuid* p_uuid = bta_dm_search_cb.p_srvc_uuid; local
4112 Uuid* p_uuid = bta_dm_search_cb.p_srvc_uuid + bta_dm_search_cb.num_uuid - local
    [all...]
bta_dm_int.h 79 bluetooth::Uuid* p_uuid; member in struct:__anon1270
91 bluetooth::Uuid* p_uuid; member in struct:__anon1271
  /system/bt/bta/include/
bta_api.h 146 bluetooth::Uuid* p_uuid; member in struct:__anon1424
    [all...]

Completed in 690 milliseconds