Searched refs:tGATT_CL_COMPLETE (Results 1 – 12 of 12) sorted by relevance
/system/bt/stack/srvc/ |
D | srvc_dis_int.h | 73 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data);
|
D | srvc_eng.c | 37 …ng_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_COMPLETE *p_data); 51 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data); 324 tGATT_CL_COMPLETE *p_data) in srvc_eng_c_cmpl_cback()
|
D | srvc_battery.c | 182 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data) in battery_c_cmpl_cback()
|
D | srvc_dis.c | 269 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data) in dis_c_cmpl_cback()
|
/system/bt/bta/gatt/ |
D | bta_gattc_act.c | 54 tGATT_CL_COMPLETE *p_data); 57 tGATT_CL_COMPLETE *p_data); 1754 tGATT_CL_COMPLETE *p_data, in bta_gattc_proc_other_indication() 1781 void bta_gattc_process_indicate(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_CL_COMPLETE *p_data) in bta_gattc_process_indicate() 1862 tGATT_CL_COMPLETE *p_data) in bta_gattc_cmpl_cback() 1902 tGATT_CL_COMPLETE *p_data) in bta_gattc_cmpl_sendmsg() 1904 const size_t len = sizeof(tBTA_GATTC_OP_CMPL) + sizeof(tGATT_CL_COMPLETE); in bta_gattc_cmpl_sendmsg() 1913 p_buf->p_cmpl = (tGATT_CL_COMPLETE *)(p_buf + 1); in bta_gattc_cmpl_sendmsg() 1914 memcpy(p_buf->p_cmpl, p_data, sizeof(tGATT_CL_COMPLETE)); in bta_gattc_cmpl_sendmsg()
|
D | bta_gattc_int.h | 154 typedef tGATT_CL_COMPLETE tBTA_GATTC_CMPL;
|
/system/bt/stack/gatt/ |
D | gatt_attr.c | 49 tGATT_CL_COMPLETE *p_data); 376 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data) in gatt_cl_op_cmpl_cback()
|
D | gatt_cl.c | 733 … (*p_reg->app_cb.p_cmpl_cb) (conn_id, event, encrypt_status, (tGATT_CL_COMPLETE *)&value); in gatt_process_notification()
|
D | gatt_utils.c | 2174 tGATT_CL_COMPLETE cb_data; in gatt_end_operation()
|
/system/bt/stack/include/ |
D | gatt_api.h | 486 } tGATT_CL_COMPLETE; typedef 567 tGATT_CL_COMPLETE *p_data);
|
/system/bt/stack/gap/ |
D | gap_ble.c | 48 …le_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_COMPLETE *p_data); 618 …ble_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_COMPLETE *p_data) in gap_ble_c_cmpl_cback()
|
/system/bt/btif/src/ |
D | btif_gatt_test.c | 113 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data) in btif_test_command_complete_cback()
|