OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attp_send_sr_msg
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c
303
ret_code =
attp_send_sr_msg
(p_tcb, p_tcb->sr_cmd.p_rsp_msg);
381
attp_send_sr_msg
(p_tcb, p_buf);
813
attp_send_sr_msg
(p_tcb, p_msg);
888
attp_send_sr_msg
(p_tcb, p_msg);
932
attp_send_sr_msg
(p_tcb, p_buf);
[
all
...]
att_protocol.c
441
** Function
attp_send_sr_msg
453
tGATT_STATUS
attp_send_sr_msg
(tGATT_TCB *p_tcb, BT_HDR *p_msg)
function
gatt_api.c
639
cmd_status =
attp_send_sr_msg
(p_tcb, p_msg);
693
cmd_sent =
attp_send_sr_msg
(p_tcb, p_buf);
[
all
...]
gatt_int.h
549
extern tGATT_STATUS
attp_send_sr_msg
(tGATT_TCB *p_tcb, BT_HDR *p_msg);
gatt_utils.c
[
all
...]
Completed in 139 milliseconds