Searched refs:LE_CID (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_init.c | 141 lel2capLeFixChannelObj.cid = LE_CID; in ATT_StartUpAsync() 145 L2CIF_LeRegisterFixChannel(LE_CID, &lel2capLeFixChannelObj, L2cifLeRisterFixChannelCallback); in ATT_StartUpAsync()
|
H A D | att_common.h | 50 #define LE_CID 0x04 macro
|
H A D | att_common.c | 582 …ret = L2CIF_LeSendFixChannelData(connect->aclHandle, (uint16_t)LE_CID, packet, LeRecvSendDataCallb… in AttSendSequenceScheduling() 621 …ret = L2CIF_LeSendFixChannelData(connect->aclHandle, (uint16_t)LE_CID, PacketPtr, LeRecvSendDataCa… in AttReceiveSequenceScheduling() 1624 …ret = L2CIF_LeSendFixChannelData(connect->aclHandle, (uint16_t)LE_CID, (Packet *)packet, AttLeSend… in AttResponseSendData()
|
H A D | att_connect.c | 831 (*connect)->AttConnectID.lecid = LE_CID; in AttConnectInfoAddLe() 1117 connecting->cid = LE_CID; in AttConnectRequestAsync() 1666 … AttGetConnectingIndexByAddrAclhandleCid(attLeConnectedAsyncPtr->addr, 0, LE_CID, &connecting); in AttLeConnectedAsync()
|