Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/inc/
Drsi_ble_apis.h593 } profile_descriptors_t; typedef
776 profile_descriptors_t profile_desc[RSI_BLE_MAX_RESP_LIST];
897 profile_descriptors_t profile_desc[RSI_BLE_MAX_RESP_LIST];
909 profile_descriptors_t profile_desc[RSI_BLE_MAX_RESP_LIST];
3231 int32_t rsi_ble_get_profile(uint8_t *dev_addr, uuid_t profile_uuid, profile_descriptors_t *p_profil…
4223 int32_t rsi_ble_get_profile_async(uint8_t *dev_addr, uuid_t profile_uuid, profile_descriptors_t *p_…
5298 typedef void (*rsi_ble_on_profile_resp_t)(uint16_t resp_status, profile_descriptors_t *rsi_ble_resp…
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/src/
Drsi_bt_ble.c1168 ble_specific_cb->ble_on_profile_resp(sync_status, (profile_descriptors_t *)payload); in rsi_ble_callbacks_handler()