Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c1193 LOG_DEBUG("L2capCallback leConnected:%{public}d begin, aclHandle = 0x%04X, role = %hhu, status = %hhu", in L2capLeConnectComplete()
1199 if (inst->chanAtt.leConnected != NULL) { in L2capLeConnectComplete()
1200 inst->chanAtt.leConnected(addr, handle, role, status); in L2capLeConnectComplete()
1203 if (inst->chanSm.leConnected != NULL) { in L2capLeConnectComplete()
1204 inst->chanSm.leConnected(addr, handle, role, status); in L2capLeConnectComplete()
1206 LOG_DEBUG("L2capCallback leConnected:%{public}d end", __LINE__); in L2capLeConnectComplete()
1548 inst->chanAtt.leConnected = chan->leConnected; in L2CAP_LeRegisterFixChannel()
1552 inst->chanSm.leConnected = chan->leConnected; in L2CAP_LeRegisterFixChannel()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h251 void (*leConnected)(const BtAddr *addr, uint16_t aclHandle, uint8_t role, uint8_t status); member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_init.c142 lel2capLeFixChannelObj.leConnected = AttLeConnected; in ATT_StartUpAsync()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c160 channel.leConnected = SMP_Connected; in SMP_StartupTask()

Completed in 7 milliseconds