Home
last modified time | relevance | path

Searched refs:attp_send_msg_to_L2CAP (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
Datt_protocol.c355 BOOLEAN attp_send_msg_to_L2CAP(tGATT_TCB *p_tcb, BT_HDR *p_toL2CAP) in attp_send_msg_to_L2CAP() function
463 if (attp_send_msg_to_L2CAP (p_tcb, p_msg)) in attp_send_sr_msg()
493 if (attp_send_msg_to_L2CAP(p_tcb, p_cmd)) in attp_cl_send_cmd()
Dgatt_int.h550 extern BOOLEAN attp_send_msg_to_L2CAP(tGATT_TCB *p_tcb, BT_HDR *p_toL2CAP);
Dgatt_cl.c1089 sent = attp_send_msg_to_L2CAP(p_tcb, p_cmd->p_cmd); in gatt_cl_send_next_cmd_inq()