Home
last modified time | relevance | path

Searched refs:ea (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_frames.c526 * @param ea The EA bit in the type field of the not supported command frame.
531 int RfcommSendUihNsc(const RfcommSessionInfo *session, uint8_t ea, uint8_t cr, uint8_t type) in RfcommSendUihNsc() argument
551 header[RFCOMM_NSC_TYPE] = ea | (cr << RFCOMM_SHIFT_CR) | (type << RFCOMM_SHIFT_TYPE); in RfcommSendUihNsc()
776 uint8_t ea = header[RFCOMM_LENGTH_1] & EA; in RfcommParseHeaderTail() local
778 if (!ea) { in RfcommParseHeaderTail()
971 uint8_t ea = data & EA; in RfcommParseUihCmd() local
975 if (!ea) { in RfcommParseUihCmd()
1005 output.info->invalidCmd.ea = ea; in RfcommParseUihCmd()
1030 uint8_t ea in RfcommSetPnInfo() local
1070 uint8_t ea = data[RFCOMM_OFFSET_0] & EA; RfcommSetMscInfo() local
1110 uint8_t ea = data[RFCOMM_OFFSET_0] & EA; RfcommSetRpnInfo() local
1165 uint8_t ea = data[RFCOMM_OFFSET_0] & EA; RfcommSetRlsInfo() local
1201 uint8_t ea = data & EA; RfcommSetNscInfo() local
1232 uint8_t ea = data & EA; RfcommSetFcOnOffInfo() local
1265 uint8_t ea = data & EA; RfcommSetTestInfo() local
[all...]
H A Drfcomm_l2cap.c231 RfcommSendUihNsc(session, info.invalidCmd.ea, info.invalidCmd.cr, info.invalidCmd.type); in RfcommRecvDataCback()
H A Drfcomm_defs.h436 uint8_t ea; member
450 uint8_t ea; member
623 int RfcommSendUihNsc(const RfcommSessionInfo *session, uint8_t ea, uint8_t cr, uint8_t type);
H A Drfcomm_session_fsm.c891 LOG_DEBUG("%{public}s:ea is %hhu.", __func__, info.nsc.ea); in RfcommRecvNsc()

Completed in 6 milliseconds