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

  /external/bluetooth/bluedroid/stack/bnep/
bnep_int.h 229 extern void bnep_send_command_not_understood (tBNEP_CONN *p_bcb, UINT8 cmd_code);
bnep_utils.c 404 ** Function bnep_send_command_not_understood
411 void bnep_send_command_not_understood (tBNEP_CONN *p_bcb, UINT8 cmd_code) function
416 BNEP_TRACE_EVENT2 ("BNEP - bnep_send_command_not_understood for CID: 0x%x, cmd 0x%x", p_bcb->l2cap_cid, cmd_code);
869 bnep_send_command_not_understood (p_bcb, control_type);
    [all...]
bnep_main.c 522 bnep_send_command_not_understood (p_bcb, *p);

Completed in 109 milliseconds