Searched refs:GATTC_SendHandleValueConfirm (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_act.c | 1291 if (GATTC_SendHandleValueConfirm(p_data->api_confirm.hdr.layer_specific, handle) in bta_gattc_confirm() 1981 GATTC_SendHandleValueConfirm(conn_id, handle); in bta_gattc_process_srvc_chg_ind() 2050 GATTC_SendHandleValueConfirm(conn_id, handle); in bta_gattc_process_indicate() 2058 GATTC_SendHandleValueConfirm(conn_id, handle); in bta_gattc_process_indicate() 2066 GATTC_SendHandleValueConfirm(conn_id, handle); in bta_gattc_process_indicate() 2106 GATTC_SendHandleValueConfirm(conn_id, handle); in bta_gattc_process_indicate() 2115 GATTC_SendHandleValueConfirm(conn_id, handle); in bta_gattc_process_indicate()
|
/system/bt/btif/src/ |
D | btif_gatt_test.c | 131 GATTC_SendHandleValueConfirm(conn_id, p_data->handle); in btif_test_command_complete_cback()
|
/system/bt/stack/include/ |
D | gatt_api.h | 1000 extern tGATT_STATUS GATTC_SendHandleValueConfirm (UINT16 conn_id, UINT16 handle);
|
/system/bt/stack/gatt/ |
D | gatt_api.c | 1108 tGATT_STATUS GATTC_SendHandleValueConfirm (UINT16 conn_id, UINT16 handle) in GATTC_SendHandleValueConfirm() function
|