Searched refs:char_id (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_gatt_client.c | 106 btgatt_char_id_t char_id; member 262 bta_to_btif_char_id(&data.char_id, &p_data->write.char_id); in btif_gattc_upstreams_evt() 308 bta_to_btif_char_id(&data.char_id, &p_data->write.char_id); in btif_gattc_upstreams_evt() 322 bta_to_btif_srvc_id(&data.srvc_id, &p_data->notify.char_id.srvc_id); in btif_gattc_upstreams_evt() 323 bta_to_btif_char_id(&data.char_id, &p_data->notify.char_id.char_id); in btif_gattc_upstreams_evt() 335 &p_data->notify.char_id); in btif_gattc_upstreams_evt() 531 btgatt_char_id_t char_id; in btgattc_handle_event() local 537 bta_to_btif_char_id(&char_id, &out_char_id.char_id); in btgattc_handle_event() 541 &char_id, out_char_prop); in btgattc_handle_event() 547 btgatt_char_id_t char_id; in btgattc_handle_event() local [all …]
|
D | btif_gatt_util.c | 230 bta_to_btif_char_id(&p_dest->char_id, &p_src->char_id); in set_read_value()
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 284 p_char_uuid_cond, &p_char_result->char_id, p_property)) in BTA_GATTC_GetFirstChar() 325 &p_start_char_id->char_id, in BTA_GATTC_GetNextChar() 327 &p_char_result->char_id, in BTA_GATTC_GetNextChar() 368 &p_char_id->char_id, in BTA_GATTC_GetFirstCharDescr() 370 &p_descr_result->char_id.char_id, in BTA_GATTC_GetFirstCharDescr() 374 … memcpy(&p_descr_result->descr_type, &p_descr_result->char_id.char_id.uuid, sizeof(tBT_UUID)); in BTA_GATTC_GetFirstCharDescr() 375 memcpy(&p_descr_result->char_id, p_char_id, sizeof(tBTA_GATTC_CHAR_ID)); in BTA_GATTC_GetFirstCharDescr() 412 &p_start_descr_id->char_id.srvc_id, in BTA_GATTC_GetNextCharDescr() 413 &p_start_descr_id->char_id.char_id, in BTA_GATTC_GetNextCharDescr() 415 &p_descr_result->char_id.char_id, in BTA_GATTC_GetNextCharDescr() [all …]
|
D | bta_gattc_act.c | 938 &p_data->api_read.char_id, in bta_gattc_read() 992 &p_id->id_value.char_id.srvc_id, in bta_gattc_read_multi() 993 &p_id->id_value.char_id.char_id, in bta_gattc_read_multi() 999 &p_id->id_value.char_descr_id.char_id.srvc_id, in bta_gattc_read_multi() 1000 &p_id->id_value.char_descr_id.char_id.char_id, in bta_gattc_read_multi() 1055 &p_data->api_write.char_id, in bta_gattc_write() 1131 &p_data->api_confirm.char_id, in bta_gattc_confirm() 1170 &cb_data.read.char_id, in bta_gattc_read_cmpl() 1188 cb_data.read.char_id = p_clcb->p_q_cmd->api_read.char_id; in bta_gattc_read_cmpl() 1219 &cb_data.write.srvc_id, &cb_data.write.char_id, in bta_gattc_write_cmpl() [all …]
|
D | bta_gattc_utils.c | 542 if (bta_gattc_gattid_compare (&p_src->char_id, &p_tar->char_id) && in bta_gattc_charid_compare() 567 bta_gattc_charid_compare (&p_clreg->notif_reg[i].char_id, &p_notify->char_id)) in bta_gattc_check_notif_registry() 636 &p_value->aggre_value.pre_format[i].char_id.srvc_id, in bta_gattc_pack_read_cb_data() 637 &p_value->aggre_value.pre_format[i].char_id.char_id, in bta_gattc_pack_read_cb_data()
|
D | bta_gattc_int.h | 126 tBTA_GATT_ID char_id; member 135 tBTA_GATT_ID char_id; member 153 tBTA_GATT_ID char_id; member 308 tBTA_GATTC_CHAR_ID char_id; member 457 …ERV *p_srcb, UINT16 handle, tBTA_GATT_SRVC_ID *service_id, tBTA_GATT_ID *char_id, tBT_UUID *p_type…
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 184 tBTA_GATT_ID char_id; member 189 tBTA_GATTC_CHAR_ID char_id; member 208 tBTA_GATTC_CHAR_ID char_id; member 280 tBTA_GATT_ID char_id; member 290 tBTA_GATT_ID char_id; member 334 tBTA_GATTC_CHAR_ID char_id; member
|