Searched refs:GATTC_SendHandleValueConfirm (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_act.c | 1300 if (GATTC_SendHandleValueConfirm(p_data->api_confirm.hdr.layer_specific, handle) in bta_gattc_confirm() 1991 GATTC_SendHandleValueConfirm(conn_id, handle); in bta_gattc_process_srvc_chg_ind() 2060 GATTC_SendHandleValueConfirm(conn_id, handle); in bta_gattc_process_indicate() 2068 GATTC_SendHandleValueConfirm(conn_id, handle); in bta_gattc_process_indicate() 2076 GATTC_SendHandleValueConfirm(conn_id, handle); in bta_gattc_process_indicate() 2116 GATTC_SendHandleValueConfirm(conn_id, handle); in bta_gattc_process_indicate() 2125 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
|