HomeSort by relevance Sort by last modified time
    Searched full:l2cu_send_peer_echo_req (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 331 L2CAP_TRACE_ERROR0 ("l2cu_send_peer_echo_req");
332 l2cu_send_peer_echo_req (p_lcb, NULL, 0);
l2c_api.c 635 l2cu_send_peer_echo_req (p_lcb, NULL, 0);
691 l2cu_send_peer_echo_req (p_lcb, pp, p_data->len);
    [all...]
l2c_int.h 610 extern void l2cu_send_peer_echo_req (tL2C_LCB *p_lcb, UINT8 *p_data, UINT16 data_len);
    [all...]
l2c_link.c 230 l2cu_send_peer_echo_req (p_lcb, NULL, 0);
    [all...]
l2c_utils.c 883 ** Function l2cu_send_peer_echo_req
892 void l2cu_send_peer_echo_req (tL2C_LCB *p_lcb, UINT8 *p_data, UINT16 data_len) function
    [all...]

Completed in 77 milliseconds