Home
last modified time | relevance | path

Searched refs:L2CAP_LE_SMP_CHANNEL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h196 #define L2CAP_LE_SMP_CHANNEL 0x0006 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_cmd.c361 int ret = L2CIF_LeSendFixChannelData(handle, L2CAP_LE_SMP_CHANNEL, pkt, cb); in SMP_SendData()
H A Dsmp.c159 channel.cid = L2CAP_LE_SMP_CHANNEL; in SMP_StartupTask()
163 …int ret = L2CIF_LeRegisterFixChannel(L2CAP_LE_SMP_CHANNEL, &channel, SMP_L2cifLeRegisterFixChannel… in SMP_StartupTask()
191 L2CIF_LeDeregisterFixChannel(L2CAP_LE_SMP_CHANNEL, SMP_L2cifLeDeregisterFixChannelCallback); in SMP_ShutdownTask()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c1551 } else if (cid == L2CAP_LE_SMP_CHANNEL) { in L2CAP_LeRegisterFixChannel()
1576 } else if (cid == L2CAP_LE_SMP_CHANNEL) { in L2CAP_LeDeregisterFixChannel()