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_sr.cc 451 tBT_UUID* p_uuid; local
458 p_uuid = gatts_get_service_uuid(el.p_db);
459 if (p_uuid != NULL) {
460 if (op_code == GATT_REQ_READ_BY_GRP_TYPE) handle_len = 4 + p_uuid->len;
477 gatt_uuid_compare(value, *p_uuid)) {
490 gatt_build_uuid_to_stream(&p, *p_uuid);
    [all...]
gatt_api.cc 126 static int uuidType(unsigned char* p_uuid) {
127 if (memcmp(p_uuid, BASE_UUID, 12) != 0) return LEN_UUID_128;
128 if (memcmp(p_uuid + 14, BASE_UUID + 14, 2) != 0) return LEN_UUID_32;
364 tBT_UUID* p_uuid = gatts_get_service_uuid(elem.p_db); local
365 elem.sdp_handle = gatt_add_sdp_record(p_uuid, elem.s_hdl, elem.e_hdl);
    [all...]
gatt_utils.cc 643 uint8_t* p_uuid = *p_data; local
650 STREAM_TO_UINT16(p_uuid_rec->uu.uuid16, p_uuid);
658 if (p_uuid[xx] != base_uuid[xx]) {
664 if ((p_uuid[LEN_UUID_128 - 1] == 0) &&
665 (p_uuid[LEN_UUID_128 - 2] == 0)) {
666 p_uuid += (LEN_UUID_128 - 4);
668 STREAM_TO_UINT16(p_uuid_rec->uu.uuid16, p_uuid);
670 p_uuid += (LEN_UUID_128 - LEN_UUID_32);
672 STREAM_TO_UINT32(p_uuid_rec->uu.uuid32, p_uuid);
677 memcpy(p_uuid_rec->uu.uuid128, p_uuid, LEN_UUID_128)
    [all...]
  /system/bt/btif/src/
btif_storage.cc 231 bt_uuid_t* p_uuid = (bt_uuid_t*)prop->val + i; local
233 uuid_to_string_legacy(p_uuid, buf, sizeof(buf));
337 bt_uuid_t* p_uuid = (bt_uuid_t*)prop->val; local
339 btif_split_uuids_string(value, p_uuid, BT_MAX_NUM_UUIDS);
516 size_t btif_split_uuids_string(const char* str, bt_uuid_t* p_uuid,
519 CHECK(p_uuid);
523 bool rc = string_to_uuid(str, p_uuid++);
583 bt_uuid_t* p_uuid = (bt_uuid_t*)property->val; local
595 uuid16_to_uuid128(UUID_SERVCLASS_AG_HANDSFREE, p_uuid + num_uuids);
602 p_uuid + num_uuids)
    [all...]
  /system/bt/bta/dm/
bta_dm_act.cc 1496 tBT_UUID* p_uuid = bta_dm_search_cb.p_srvc_uuid; local
4485 tBT_UUID* p_uuid = bta_dm_search_cb.p_srvc_uuid + bta_dm_search_cb.num_uuid - local
    [all...]
bta_dm_int.h 154 tBT_UUID* p_uuid; member in struct:__anon105396
166 tBT_UUID* p_uuid; member in struct:__anon105397
  /system/bt/bta/include/
bta_api.h 146 tBT_UUID* p_uuid; member in struct:__anon105577
    [all...]

Completed in 2696 milliseconds