Searched refs:gatt_end_operation (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_cl.cc | 97 gatt_end_operation(p_clcb, GATT_SUCCESS, NULL); in gatt_act_discovery() 138 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_act_discovery() 222 gatt_end_operation(p_clcb, rt, NULL); in gatt_act_read() 248 gatt_end_operation(p_clcb, rt, NULL); in gatt_act_write() 265 gatt_end_operation(p_clcb, rt, NULL); in gatt_act_write() 304 gatt_end_operation(p_clcb, rt, NULL); in gatt_send_queue_write_cancel() 377 gatt_end_operation(p_clcb, rt, NULL); in gatt_send_prepare_write() 445 gatt_end_operation(p_clcb, GATT_INVALID_PDU, NULL); in gatt_process_read_info_rsp() 513 gatt_end_operation(p_clcb, status, NULL); in gatt_proc_disc_error_rsp() 569 gatt_end_operation(p_clcb, GATT_SUCCESS, (void*)p_clcb->p_attr_buf); in gatt_process_error_rsp() [all …]
|
D | gatt_auth.cc | 83 gatt_end_operation(p_clcb, GATT_INTERNAL_ERROR, NULL); in gatt_sign_data() 142 gatt_end_operation(p_clcb, GATT_AUTH_FAIL, NULL); in gatt_sec_check_complete() 428 gatt_end_operation(p_clcb, GATT_INSUF_ENCRYPTION, NULL); in gatt_security_check_start()
|
D | gatt_utils.cc | 1686 void gatt_end_operation(tGATT_CLCB* p_clcb, tGATT_STATUS status, void* p_data) { in gatt_end_operation() function 1823 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_cleanup_upon_disc()
|
D | gatt_int.h | 636 void gatt_end_operation(tGATT_CLCB* p_clcb, tGATT_STATUS status, void* p_data);
|