Searched refs:typeCr (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_frames.c | 55 static RfcommEventType RfcommSetPnInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output); 56 static RfcommEventType RfcommSetMscInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output); 57 static RfcommEventType RfcommSetRpnInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output); 58 static RfcommEventType RfcommSetRlsInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output); 59 static RfcommEventType RfcommSetTestInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output); 60 static RfcommEventType RfcommSetFcOnOffInfo(Packet *pkt, uint8_t typeCr, uint8_t type, RfcommParseFrameResult output); 1019 * @param typeCr The cr value in type of the frames. 1023 RfcommEventType RfcommSetPnInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output) in RfcommSetPnInfo() argument 1050 *output.event = (typeCr == 1) ? EV_CHANNEL_RECV_PN_REQ : EV_CHANNEL_RECV_PN_RSP; in RfcommSetPnInfo() 1059 * @param typeCr Th 1063 RfcommSetMscInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output) RfcommSetMscInfo() argument 1103 RfcommSetRpnInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output) RfcommSetRpnInfo() argument 1158 RfcommSetRlsInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output) RfcommSetRlsInfo() argument 1225 RfcommSetFcOnOffInfo(Packet *pkt, uint8_t typeCr, uint8_t type, RfcommParseFrameResult output) RfcommSetFcOnOffInfo() argument 1258 RfcommSetTestInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output) RfcommSetTestInfo() argument [all...] |
Completed in 2 milliseconds