Home
last modified time | relevance | path

Searched refs:FRAME_TYPE_UIH (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_frames.c243 header[RFCOMM_CONTROL] = FRAME_TYPE_UIH | 0; in RfcommSendUihPn()
295 header[RFCOMM_CONTROL] = FRAME_TYPE_UIH | 0; in RfcommSendUihMsc()
336 header[RFCOMM_CONTROL] = FRAME_TYPE_UIH | 0; in RfcommSendUihRls()
377 header[RFCOMM_CONTROL] = FRAME_TYPE_UIH | 0; in RfcommSendUihRpn()
423 header[RFCOMM_CONTROL] = FRAME_TYPE_UIH | 0; in RfcommSendUihFcon()
454 header[RFCOMM_CONTROL] = FRAME_TYPE_UIH | 0; in RfcommSendUihFcoff()
491 header[len] = FRAME_TYPE_UIH | 0; in RfcommSendUihTest()
541 header[RFCOMM_CONTROL] = FRAME_TYPE_UIH | 0; in RfcommSendUihNsc()
585 header[len] = FRAME_TYPE_UIH | (pf << RFCOMM_SHIFT_PF); in RfcommSendUihData()
740 case FRAME_TYPE_UIH: in RfcommParseFrames()
H A Drfcomm_defs.h56 #define FRAME_TYPE_UIH 0b11101111 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c675 if ((*frameType & (~PF)) != FRAME_TYPE_UIH) { in RfcommDataCheckFrameTypeUih()