Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c45 BtAddr *btAddress; member
635 (void)memcpy_s((*connecting)->addr.addr, ADDRESSLEN, btAddress->addr, ADDRESSLEN); in AttConnectReqAssignBredrConnect()
636 (*connecting)->addr.type = btAddress->type; in AttConnectReqAssignBredrConnect()
1096 if (attConnectReqAsyncPtr->btAddress == NULL) { in AttConnectRequestAsync()
1103 attConnectReqAsyncPtr->btAddress, in AttConnectRequestAsync()
1114 connecting->addr.type = attConnectReqAsyncPtr->btAddress->type; in AttConnectRequestAsync()
1122 AttLeConnectProcess(attConnectReqAsyncPtr->btAddress, l2capObj, connecting); in AttConnectRequestAsync()
1128 MEM_MALLOC.free(attConnectReqAsyncPtr->btAddress); in AttConnectRequestAsync()
1147 MEM_MALLOC.free(attConnectReqAsyncPtr->btAddress); in AttConnectRequestAsyncDestroy()
1195 (void)memcpy_s(btAddrAsyncPtr, sizeof(BtAddr), btAddress, sizeof(BtAddr)); in ATT_ConnectReq()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h478 …uint8_t transportType, const AttConnect *connParaPtr, const BtAddr *btAddress, const uint16_t *bre…