Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c417 uint16_t *scid = (uint16_t *)(data + offset); in ProcessL2capConnectionRequest() local
435 …l2capInfo = AddL2capConnection(CONNECTING, info->module, aclInfo->handle, *scid, L2CAP_INVALID_CHA… in ProcessL2capConnectionRequest()
437 …o = AddL2capConnection(CONNECTING, info->module, aclInfo->handle, L2CAP_INVALID_CHANNEL_ID, *scid); in ProcessL2capConnectionRequest()
454 uint16_t *scid = (uint16_t *)(data + offset); in ProcessL2capConnectionResponse() local
467 .remoteCid = *scid, in ProcessL2capConnectionResponse()
471 connInfo = ListForEachData(g_filterL2capConnList, FindL2capConnByLocalCid, scid); in ProcessL2capConnectionResponse()
533 uint16_t *scid = (uint16_t *)(data + offset); in ProcessL2capConfigurationResponse() local
556 .remoteCid = *scid, in ProcessL2capConfigurationResponse()
560 … connInfo = ListForEachData(g_filterL2capConnList, FindL2capConnByLocalCid, scid); in ProcessL2capConfigurationResponse()
581 uint16_t *scid = (uint16_t *)(data + offset); in ProcessL2capDisconnectionResponse() local
[all …]