Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c1734 BtAddr *btAddrPtr = MEM_MALLOC.alloc(sizeof(BtAddr)); in AttLeConnected() local
1735 if (btAddrPtr == NULL) { in AttLeConnected()
1739 (void)memcpy_s(btAddrPtr->addr, ADDRESSLEN, addr, ADDRESSLEN); in AttLeConnected()
1740 btAddrPtr->type = addr->type; in AttLeConnected()
1747 attLeConnectedAsyncPtr->addr = btAddrPtr; in AttLeConnected()