HomeSort by relevance Sort by last modified time
    Searched refs:descr_uuid (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_int.h 112 tBT_UUID descr_uuid; member in struct:__anon2530
bta_gattc_int.h 456 extern UINT16 bta_gattc_id2handle(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, tBTA_GATT_ID *p_char_id, tBT_UUID descr_uuid);
461 extern tBTA_GATT_STATUS bta_gattc_pack_read_cb_data(tBTA_GATTC_SERV *p_srcb, tBT_UUID descr_uuid, tGATT_VALUE *p_attr, tBTA_GATT_READ_VAL *p_value);
bta_gatts_api.c 276 memcpy(&p_buf->descr_uuid, p_descr_uuid, sizeof(tBT_UUID));
bta_gattc_utils.c 619 tBTA_GATT_STATUS bta_gattc_pack_read_cb_data(tBTA_GATTC_SERV *p_srcb, tBT_UUID descr_uuid,
628 if (bta_gattc_uuid_compare (uuid, descr_uuid, TRUE))
bta_gatts_act.c 435 &p_msg->api_add_char_descr.descr_uuid);
441 memcpy(&cb_data.add_result.char_uuid, &p_msg->api_add_char_descr.descr_uuid, sizeof(tBT_UUID));
bta_gattc_cache.c     [all...]

Completed in 153 milliseconds