Searched refs:btAddress (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_connect.c | 45 BtAddr *btAddress; member 180 static void AttConnectReqAssignBredrConnect(AttConnectingInfo **connecting, const BtAddr *btAddress, 618 * @param2 btAddress Indicates the pointer to const BtAddr. 622 static void AttConnectReqAssignBredrConnect(AttConnectingInfo **connecting, const BtAddr *btAddress, in AttConnectReqAssignBredrConnect() argument 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() 1097 LOG_WARN("%{public}s:btAddress == NULL and goto ATT_CONNECTREQ_END", __FUNCTION__); in AttConnectRequestAsync() 1103 attConnectReqAsyncPtr->btAddress, in AttConnectRequestAsync() 1113 (void)memcpy_s(connecting->addr.addr, ADDRESSLEN, attConnectReqAsyncPtr->btAddress in AttConnectRequestAsync() 1163 ATT_ConnectReq( uint8_t transportType, const AttConnect *connParaPtr, const BtAddr *btAddress, const uint16_t *bredrconnectHandle) ATT_ConnectReq() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | att.h | 474 * @param3 btAddress Indicates the pointer to const address. 478 uint8_t transportType, const AttConnect *connParaPtr, const BtAddr *btAddress, const uint16_t *bredrconnectHandle);
|
Completed in 4 milliseconds