Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/central_otc/src/
Dmain.c320 oacp_sub_params->notify = bt_ots_client_indicate_handler; in subscribe_func()
336 olcp_sub_params->notify = bt_ots_client_indicate_handler; in subscribe_func()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h962 uint8_t bt_ots_client_indicate_handler(struct bt_conn *conn,
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c422 uint8_t bt_ots_client_indicate_handler(struct bt_conn *conn, in bt_ots_client_indicate_handler() function
/Zephyr-latest/subsys/bluetooth/audio/
Dmcc.c1446 sub_params->notify = bt_ots_client_indicate_handler; in discover_otc_char_func()