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

  /external/libnfc-nci/src/include/
trace_api.h 61 BT_API extern void DispLLCP (BT_HDR *p_buf, BOOLEAN is_rx);
62 BT_API extern void DispSNEP (UINT8 local_sap, UINT8 remote_sap, UINT8 *p_data, UINT16 length, BOOLEAN is_rx);
63 BT_API extern void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx);
64 BT_API extern void DispT3TagMessage(BT_HDR *p_msg, BOOLEAN is_rx);
65 BT_API extern void DispRWT4Tags (BT_HDR *p_buf, BOOLEAN is_rx);
66 BT_API extern void DispCET4Tags (BT_HDR *p_buf, BOOLEAN is_rx);
67 BT_API extern void DispRWI93Tag (BT_HDR *p_buf, BOOLEAN is_rx, UINT8 command_to_respond);
93 BT_API extern void RPC_DispLLCP (BT_HDR *p_buf, BOOLEAN is_rx);
94 BT_API extern void RPC_DispSNEP (UINT8 local_sap, UINT8 remote_sap, UINT8 *p_data, UINT16 length, BOOLEAN is_rx);
95 BT_API extern void RPC_DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx);
    [all...]
  /external/libnfc-nci/src/adaptation/
libmain.c 555 void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx) {}
556 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx) {}
557 void DispT3TagMessage(BT_HDR *p_msg, BOOLEAN is_rx) {}
558 void DispRWT4Tags (BT_HDR *p_buf, BOOLEAN is_rx) {}
559 void DispCET4Tags (BT_HDR *p_buf, BOOLEAN is_rx) {}
560 void DispRWI93Tag (BT_HDR *p_buf, BOOLEAN is_rx, UINT8 command_to_respond) {}
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 99 BOOLEAN is_rx, UINT16 ctrl_word);
    [all...]
l2c_int.h 164 BOOLEAN is_rx; /* TRUE if incoming packets */ member in struct:__anon3464
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 284 static void tput_mon(int is_rx, int len, int reset)
298 if (is_rx)
    [all...]

Completed in 119 milliseconds