Home
last modified time | relevance | path

Searched refs:tGATT_CL_COMPLETE (Results 1 – 12 of 12) sorted by relevance

/system/bt/stack/srvc/
Dsrvc_dis_int.h73 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data);
Dsrvc_eng.c37 …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()
Dsrvc_battery.c182 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data) in battery_c_cmpl_cback()
Dsrvc_dis.c269 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data) in dis_c_cmpl_cback()
/system/bt/bta/gatt/
Dbta_gattc_act.c54 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()
Dbta_gattc_int.h154 typedef tGATT_CL_COMPLETE tBTA_GATTC_CMPL;
/system/bt/stack/gatt/
Dgatt_attr.c49 tGATT_CL_COMPLETE *p_data);
376 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data) in gatt_cl_op_cmpl_cback()
Dgatt_cl.c733 … (*p_reg->app_cb.p_cmpl_cb) (conn_id, event, encrypt_status, (tGATT_CL_COMPLETE *)&value); in gatt_process_notification()
Dgatt_utils.c2174 tGATT_CL_COMPLETE cb_data; in gatt_end_operation()
/system/bt/stack/include/
Dgatt_api.h486 } tGATT_CL_COMPLETE; typedef
567 tGATT_CL_COMPLETE *p_data);
/system/bt/stack/gap/
Dgap_ble.c48 …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/
Dbtif_gatt_test.c113 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data) in btif_test_command_complete_cback()