Searched refs:descr_id (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_gatt_client.c | 188 btgatt_gatt_id_t descr_id; member 494 bta_to_btif_gatt_id(&data.descr_id, &p_data->write.descr_type); in btif_gattc_upstreams_evt() 1230 btgatt_gatt_id_t descr_id; in btgattc_handle_event() local 1238 bta_to_btif_gatt_id(&descr_id, &out_char_descr_id.descr_id); in btgattc_handle_event() 1242 &p_cb->char_id, &descr_id); in btgattc_handle_event() 1248 btgatt_gatt_id_t descr_id; in btgattc_handle_event() local 1251 btif_to_bta_gatt_id(&in_char_descr_id.descr_id, &p_cb->descr_id); in btgattc_handle_event() 1257 bta_to_btif_gatt_id(&descr_id, &out_char_descr_id.descr_id); in btgattc_handle_event() 1261 &p_cb->char_id, &descr_id); in btgattc_handle_event() 1308 btif_to_bta_gatt_id(&in_char_descr_id.descr_id, &p_cb->descr_id); in btgattc_handle_event() [all …]
|
D | btif_gatt_util.c | 247 bta_to_btif_gatt_id(&p_dest->descr_id, &p_src->descr_type); in set_read_value()
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 415 memcpy(&p_descr_result->descr_id, &p_descr_result->char_id.char_id, sizeof(tBTA_GATT_ID)); in BTA_GATTC_GetFirstCharDescr() 456 (void *)&p_start_descr_id->descr_id)) in BTA_GATTC_GetNextCharDescr() 459 memcpy(&p_descr_result->descr_id, &p_descr_result->char_id.char_id, sizeof(tBTA_GATT_ID)); in BTA_GATTC_GetNextCharDescr() 615 memcpy(p_buf->p_descr_type, &p_descr_id->descr_id, sizeof(tBTA_GATT_ID)); in BTA_GATTC_ReadCharDescr() 754 memcpy(p_buf->p_descr_type, &p_char_descr_id->descr_id, sizeof(tBTA_GATT_ID)); in BTA_GATTC_WriteCharDescr()
|
D | bta_gattc_utils.c | 649 &p_value->aggre_value.pre_format[i].descr_id) == FALSE) in bta_gattc_pack_read_cb_data()
|
D | bta_gattc_act.c | 1144 &p_id->id_value.char_descr_id.descr_id); in bta_gattc_read_multi()
|
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_le.c | 605 tBTA_GATTC_CHAR_DESCR_ID descr_id; in bta_hh_le_read_char_dscrpt() local 618 &descr_id) == BTA_GATT_OK) in bta_hh_le_read_char_dscrpt() 621 &descr_id, in bta_hh_le_read_char_dscrpt() 920 tBTA_GATTC_CHAR_DESCR_ID descr_id; in bta_hh_le_write_char_clt_cfg() local 938 &descr_id) == BTA_GATT_OK) in bta_hh_le_write_char_clt_cfg() 941 &descr_id, in bta_hh_le_write_char_clt_cfg()
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 221 tBTA_GATT_ID descr_id; member
|