Searched refs:descr_id (Results 1 – 9 of 9) sorted by relevance
/system/bt/btif/src/ |
D | btif_gatt_client.c | 188 btgatt_gatt_id_t descr_id; member 549 bta_to_btif_gatt_id(&data.descr_id, &p_data->write.descr_type); in btif_gattc_upstreams_evt() 1305 btgatt_gatt_id_t descr_id; in btgattc_handle_event() local 1313 bta_to_btif_gatt_id(&descr_id, &out_char_descr_id.descr_id); in btgattc_handle_event() 1317 &p_cb->char_id, &descr_id); in btgattc_handle_event() 1323 btgatt_gatt_id_t descr_id; in btgattc_handle_event() local 1326 btif_to_bta_gatt_id(&in_char_descr_id.descr_id, &p_cb->descr_id); in btgattc_handle_event() 1332 bta_to_btif_gatt_id(&descr_id, &out_char_descr_id.descr_id); in btgattc_handle_event() 1336 &p_cb->char_id, &descr_id); in btgattc_handle_event() 1383 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()
|
/system/bt/test/suite/support/ |
D | gatt.c | 103 …id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id, btgatt_gatt_id_t *descr_id) { in btgattc_get_descriptor_cb() argument 187 void btgatts_descriptor_added_cb(int status, int server_if, bt_uuid_t *descr_id, int srvc_handle, i… in btgatts_descriptor_added_cb() argument
|
D | callbacks.c | 46 …_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id, btgatt_gatt_id_t *descr_id); 64 void btgatts_descriptor_added_cb(int status, int server_if, bt_uuid_t *descr_id, int srvc_handle, i…
|
/system/bt/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 | 652 &p_value->aggre_value.pre_format[i].descr_id) == FALSE) in bta_gattc_pack_read_cb_data()
|
D | bta_gattc_act.c | 1164 &p_id->id_value.char_descr_id.descr_id); in bta_gattc_read_multi()
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 608 tBTA_GATTC_CHAR_DESCR_ID descr_id; in bta_hh_le_read_char_dscrpt() local 621 &descr_id) == BTA_GATT_OK) in bta_hh_le_read_char_dscrpt() 624 &descr_id, in bta_hh_le_read_char_dscrpt() 923 tBTA_GATTC_CHAR_DESCR_ID descr_id; in bta_hh_le_write_char_clt_cfg() local 941 &descr_id) == BTA_GATT_OK) in bta_hh_le_write_char_clt_cfg() 944 &descr_id, in bta_hh_le_write_char_clt_cfg()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 221 tBTA_GATT_ID descr_id; member
|