Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/src/
Drsi_common_apis.c137 rsi_bt_cb_init(rsi_driver_cb->ble_cb, RSI_PROTO_BLE); in rsi_ble_driver_init()
Drsi_bt_ble.c112 return_value = RSI_PROTO_BLE; in rsi_bt_get_proto_type()
147 return_value = RSI_PROTO_BLE; in rsi_bt_get_proto_type()
183 case RSI_PROTO_BLE: { in rsi_bt_get_timeout()
2172 } else if (protocol_type == RSI_PROTO_BLE) { in rsi_bt_driver_send_cmd()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/inc/
Drsi_bt_common.h75 #define RSI_PROTO_BLE 0x03 macro