Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/bless/
Dcy_ble_event_handler.c263 uint8_t Cy_BLE_IsDeviceAddressValid(const cy_stc_ble_bd_addr_t *deviceAddress) in Cy_BLE_IsDeviceAddressValid() argument
268 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()
/hal_infineon-3.4.0/bless/include/
Dcy_ble.h410 cy_stc_ble_gap_bd_addr_t *deviceAddress; member
Dcy_ble_event_handler.h2123 uint8_t Cy_BLE_IsDeviceAddressValid(const cy_stc_ble_bd_addr_t *deviceAddress);