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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 469 tBT_UUID *p_uuid; local
514 p_uuid = gatts_get_service_uuid (p_sreg->p_db);
516 p_sreg->sdp_handle = gatt_add_sdp_record(p_uuid, p_sreg->s_hdl, p_sreg->e_hdl);
    [all...]
gatt_sr.c 533 tBT_UUID *p_uuid; local
548 p_uuid = gatts_get_service_uuid (p_rcb->p_db);
551 handle_len = 4 + p_uuid->len;
571 gatt_uuid_compare(value, *p_uuid))
587 gatt_build_uuid_to_stream(&p, *p_uuid);
    [all...]
gatt_utils.c 1058 UINT8 *p_uuid = *p_data; local
1066 STREAM_TO_UINT16 (p_uuid_rec->uu.uuid16, p_uuid);
1075 if (p_uuid[xx] != base_uuid[xx])
1083 if ((p_uuid[LEN_UUID_128 - 1] == 0) && (p_uuid[LEN_UUID_128 - 2] == 0))
1085 p_uuid += (LEN_UUID_128 - 4);
1087 STREAM_TO_UINT16(p_uuid_rec->uu.uuid16, p_uuid);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 225 static void btif_in_split_uuids_string_to_list(char *str, bt_uuid_t *p_uuid,
239 string_to_uuid(buf, p_uuid + num);
301 bt_uuid_t *p_uuid = (bt_uuid_t*)prop->val + i; local
303 uuid_to_string(p_uuid, buf);
411 bt_uuid_t *p_uuid = (bt_uuid_t*)prop->val; local
413 btif_in_split_uuids_string_to_list(value, p_uuid, &num_uuids);
617 bt_uuid_t *p_uuid = (bt_uuid_t*)property->val; local
634 p_uuid+num_uuids);
641 p_uuid+num_uuids);
647 p_uuid+num_uuids)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 252 UINT16 *p_uuid; member in struct:__anon3304
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 1627 tBT_UUID *p_uuid = bta_dm_search_cb.p_srvc_uuid; local
4962 tBT_UUID *p_uuid = bta_dm_search_cb.p_srvc_uuid + local
    [all...]
bta_dm_int.h 196 tBT_UUID *p_uuid; member in struct:__anon2440
210 tBT_UUID *p_uuid; member in struct:__anon2441
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 213 tBTA_GATTC_UUID *p_uuid; member in struct:gattc_attr_cache
459 extern void bta_gattc_pack_attr_uuid(tBTA_GATTC_CACHE_ATTR *p_attr, tBT_UUID *p_uuid);
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 165 tBT_UUID *p_uuid; member in struct:__anon2595
345 UINT16 *p_uuid; member in struct:__anon2602
    [all...]

Completed in 107 milliseconds