Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.h51 #define L2CAP_CONFIGURATION_REQUEST 0x04 macro
H A Dl2cap_core.c222 signal.code = L2CAP_CONFIGURATION_REQUEST; in L2capSendConfigurationReq()
1497 signal.code = L2CAP_CONFIGURATION_REQUEST; in L2capConfigurationReqContinuation()
1556 signal->code = L2CAP_CONFIGURATION_REQUEST; in L2capProcessConfigurationRsp()
1969 case L2CAP_CONFIGURATION_REQUEST: in L2capSignal()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c43 #define L2CAP_CONFIGURATION_REQUEST 0x04 macro
610 case L2CAP_CONFIGURATION_REQUEST: in ProcessL2capConnInfo()