Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Datt_protocol.cc325 tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB& tcb, BT_HDR* p_toL2CAP) { in attp_send_msg_to_l2cap() function
401 return attp_send_msg_to_l2cap(tcb, p_msg); in attp_send_sr_msg()
426 tGATT_STATUS att_ret = attp_send_msg_to_l2cap(tcb, p_cmd); in attp_cl_send_cmd()
Dgatt_int.h425 extern tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB& tcb, BT_HDR* p_toL2CAP);
Dgatt_cl.cc1038 tGATT_STATUS att_ret = attp_send_msg_to_l2cap(tcb, cmd.p_cmd); in gatt_cl_send_next_cmd_inq()