Searched defs:descr_id (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c119 btgatt_gatt_id_t descr_id; member in struct:__anon980
402 bta_to_btif_gatt_id(&data.descr_id, &p_data->write.descr_type);
698 btgatt_gatt_id_t descr_id; local
706 bta_to_btif_gatt_id(&descr_id, &out_char_descr_id.descr_id);
710 &p_cb->char_id, &descr_id);
716 btgatt_gatt_id_t descr_id; local
719 btif_to_bta_gatt_id(&in_char_descr_id.descr_id, &p_cb->descr_id);
725 bta_to_btif_gatt_id(&descr_id,
1204 btif_gattc_read_char_descr(int conn_id, btgatt_srvc_id_t* srvc_id, btgatt_gatt_id_t* char_id, btgatt_gatt_id_t* descr_id, int auth_req ) argument
1237 btif_gattc_write_char_descr(int conn_id, btgatt_srvc_id_t* srvc_id, btgatt_gatt_id_t* char_id, btgatt_gatt_id_t* descr_id, int write_type, int len, int auth_req, char* p_value) argument
[all...]
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_le.c598 tBTA_GATTC_CHAR_DESCR_ID descr_id; local
611 &descr_id) == BTA_GATT_OK)
614 &descr_id,
889 tBTA_GATTC_CHAR_DESCR_ID descr_id; local
907 &descr_id) == BTA_GATT_OK)
910 &descr_id,
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h192 tBTA_GATT_ID descr_id; member in struct:__anon718

Completed in 278 milliseconds