Searched defs:is_rx (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/adaptation/ |
D | libmain.c | 506 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/ |
D | l2c_fcr.c | 2294 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()
|
D | l2c_int.h | 164 BOOLEAN is_rx; /* TRUE if incoming packets */ member
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_media_task.c | 284 static void tput_mon(int is_rx, int len, int reset) in tput_mon()
|