Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c279 BleConnMac *bleConnAddr = (BleConnMac *)SoftBusCalloc(sizeof(BleConnMac)); in SoftbusGattcAddMacAddrToList() local
280 CONN_CHECK_AND_RETURN_RET_LOGE(bleConnAddr != NULL, SOFTBUS_MALLOC_ERR, CONN_BLE, in SoftbusGattcAddMacAddrToList()
282 ListInit(&bleConnAddr->node); in SoftbusGattcAddMacAddrToList()
283 int32_t status = ConvertBtMacToStr(bleConnAddr->addr, BT_MAC_LEN, addr->addr, BT_ADDR_LEN); in SoftbusGattcAddMacAddrToList()
285 SoftBusFree(bleConnAddr); in SoftbusGattcAddMacAddrToList()
289 bleConnAddr->clientId = clientId; in SoftbusGattcAddMacAddrToList()
292 SoftBusFree(bleConnAddr); in SoftbusGattcAddMacAddrToList()
296 ListAdd(&g_btAddrs->list, &bleConnAddr->node); in SoftbusGattcAddMacAddrToList()