Searched refs:gatt_end_operation (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_cl.c102 gatt_end_operation(p_clcb, GATT_ERROR, NULL);
106 gatt_end_operation(p_clcb, GATT_SUCCESS, NULL);
191 gatt_end_operation(p_clcb, rt, NULL);
265 gatt_end_operation(p_clcb, rt, NULL);
287 gatt_end_operation(p_clcb, rt, NULL);
378 gatt_end_operation(p_clcb, rt, NULL);
432 gatt_end_operation(p_clcb, status, NULL);
563 gatt_end_operation(p_clcb, status, NULL);
610 gatt_end_operation(p_clcb, GATT_SUCCESS, (void *)p_clcb->p_attr_buf);
613 gatt_end_operation(p_clc
[all...]
H A Dgatt_auth.c76 gatt_end_operation(p_clcb, GATT_INTERNAL_ERROR, NULL);
136 gatt_end_operation(p_clcb, GATT_AUTH_FAIL, NULL);
H A Dgatt_int.h633 extern void gatt_end_operation(tGATT_CLCB *p_clcb, tGATT_STATUS status, void *p_data);
H A Dgatt_utils.c1993 ** Function gatt_end_operation
2001 void gatt_end_operation(tGATT_CLCB *p_clcb, tGATT_STATUS status, void *p_data) function
2010 GATT_TRACE_DEBUG3 ("gatt_end_operation status=%d op=%d subtype=%d",
2066 GATT_TRACE_WARNING3 ("gatt_end_operation not sent out op=%d p_disc_cmpl_cb:%p p_cmpl_cb:%p",
2101 gatt_end_operation(p_clcb, GATT_ERROR, NULL);

Completed in 2540 milliseconds