Searched refs:btAddress (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_connect.c | 45 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 D | att.h | 478 …uint8_t transportType, const AttConnect *connParaPtr, const BtAddr *btAddress, const uint16_t *bre…
|