Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dble.c67 static otInstance *ble_openthread_instance; variable
175 otPlatBleGattServerOnWriteRequest(ble_openthread_instance, 0, &my_packet); in ot_plat_ble_thread()
177 otPlatBleGapOnConnected(ble_openthread_instance, 0); in ot_plat_ble_thread()
179 otPlatBleGapOnDisconnected(ble_openthread_instance, 0); in ot_plat_ble_thread()
227 error = otPlatBleGattMtuGet(ble_openthread_instance, &mtu); in on_cccd_changed()
330 error = otPlatBleGattMtuGet(ble_openthread_instance, &mtu); in connected()
374 error = otPlatBleGattMtuGet(ble_openthread_instance, &mtu); in le_param_updated()
472 ble_openthread_instance = aInstance; in otPlatBleEnable()