Home
last modified time | relevance | path

Searched defs:is_rx (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/adaptation/
Dlibmain.c506 void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx) {} in DispSNEP()
507 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx) {} in DispCHO()
508 void DispT3TagMessage(BT_HDR *p_msg, BOOLEAN is_rx) {} in DispT3TagMessage()
509 void DispRWT4Tags (BT_HDR *p_buf, BOOLEAN is_rx) {} in DispRWT4Tags()
510 void DispCET4Tags (BT_HDR *p_buf, BOOLEAN is_rx) {} in DispCET4Tags()
511 void DispRWI93Tag (BT_HDR *p_buf, BOOLEAN is_rx, UINT8 command_to_respond) {} in DispRWI93Tag()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c2294 BOOLEAN is_rx, UINT16 ctrl_word) in l2c_corrupt_the_fcr_packet()
2421 UINT16 L2CA_SetupErtmTest (UINT16 cid, UINT8 type, BOOLEAN is_rx, UINT8 freq, UINT16 count) in L2CA_SetupErtmTest()
Dl2c_int.h164 BOOLEAN is_rx; /* TRUE if incoming packets */ member
/external/bluetooth/bluedroid/btif/src/
Dbtif_media_task.c284 static void tput_mon(int is_rx, int len, int reset) in tput_mon()