OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:req_op_code
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c
338
if (gatt_cb.enable_err_rsp && gatt_cb.
req_op_code
== op_code)
343
gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.
req_op_code
, gatt_cb.handle, FALSE);
415
if (gatt_cb.enable_err_rsp && gatt_cb.
req_op_code
== op_code)
421
gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.
req_op_code
, handle, FALSE);
[
all
...]
gatt_int.h
480
UINT8
req_op_code
;
member in struct:__anon3581
513
GATT_API extern void gatt_set_err_rsp(BOOLEAN enable, UINT8
req_op_code
, UINT8 err_status);
gatt_utils.c
[
all
...]
Completed in 30 milliseconds