Searched refs:tGATT_CL_COMPLETE (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 49 tGATT_CL_COMPLETE *p_data); 1646 tGATT_CL_COMPLETE *p_data, in bta_gattc_proc_other_indication() 1673 void bta_gattc_process_indicate(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_CL_COMPLETE *p_data) in bta_gattc_process_indicate() 1760 tGATT_CL_COMPLETE *p_data) in bta_gattc_cmpl_cback() 1764 UINT16 len = sizeof(tBTA_GATTC_OP_CMPL) + sizeof(tGATT_CL_COMPLETE); in bta_gattc_cmpl_cback() 1793 p_buf->p_cmpl = (tGATT_CL_COMPLETE *)(p_buf + 1); in bta_gattc_cmpl_cback() 1794 memcpy(p_buf->p_cmpl, p_data, sizeof(tGATT_CL_COMPLETE)); in bta_gattc_cmpl_cback()
|
D | bta_gattc_int.h | 153 typedef tGATT_CL_COMPLETE tBTA_GATTC_CMPL;
|
/external/bluetooth/bluedroid/stack/include/ |
D | gatt_api.h | 476 } tGATT_CL_COMPLETE; typedef 558 …ATT_CMPL_CBACK) (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_COMPLETE *p_data);
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_cl.c | 730 … (*p_reg->app_cb.p_cmpl_cb) (conn_id, event, encrypt_status, (tGATT_CL_COMPLETE *)&value); in gatt_process_notification()
|
D | gatt_utils.c | 2003 tGATT_CL_COMPLETE cb_data; in gatt_end_operation()
|