HomeSort by relevance Sort by last modified time
    Searched refs:l2cu_send_peer_echo_rsp (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c 692 l2cu_send_peer_echo_rsp (p_lcb, id, p, cmd_len);
696 l2cu_send_peer_echo_rsp (p_lcb, id, NULL, 0);
700 l2cu_send_peer_echo_rsp (p_lcb, id, NULL, 0);
    [all...]
l2c_int.h 611 extern void l2cu_send_peer_echo_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len);
    [all...]
l2c_utils.c 904 ** Function l2cu_send_peer_echo_rsp
912 void l2cu_send_peer_echo_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len) function
    [all...]

Completed in 326 milliseconds