Searched refs:deviceAddress (Results 1 – 3 of 3) sorted by relevance
263 uint8_t Cy_BLE_IsDeviceAddressValid(const cy_stc_ble_bd_addr_t *deviceAddress) in Cy_BLE_IsDeviceAddressValid() argument268 if(deviceAddress->type == CY_BLE_GAP_ADDR_TYPE_PUBLIC) in Cy_BLE_IsDeviceAddressValid()272 if(deviceAddress->bdAddr[i] != 0u) in Cy_BLE_IsDeviceAddressValid()351 cy_ble_configPtr->deviceAddress->bdAddr[0] = (uint8_t)bdAddrLoc; in Cy_BLE_EventHandler()352 cy_ble_configPtr->deviceAddress->bdAddr[1] = (uint8_t)(bdAddrLoc >> 8u); in Cy_BLE_EventHandler()353 cy_ble_configPtr->deviceAddress->bdAddr[2] = (uint8_t)(bdAddrLoc >> 16u); in Cy_BLE_EventHandler()355 (void)Cy_BLE_GAP_SetBdAddress(cy_ble_configPtr->deviceAddress); in Cy_BLE_EventHandler()359 Cy_BLE_ChangeAdDeviceAddress(cy_ble_configPtr->deviceAddress, 0u); in Cy_BLE_EventHandler()360 Cy_BLE_ChangeAdDeviceAddress(cy_ble_configPtr->deviceAddress, 1u); in Cy_BLE_EventHandler()
410 cy_stc_ble_gap_bd_addr_t *deviceAddress; member
2123 uint8_t Cy_BLE_IsDeviceAddressValid(const cy_stc_ble_bd_addr_t *deviceAddress);