Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/id_addr_update/central/src/
Dutils.c220 subscribe_params.ccc_handle = bt_gatt_attr_get_handle(&bas.attrs[3]); in bas_subscribe()
221 subscribe_params.value_handle = bt_gatt_attr_get_handle(&bas.attrs[2]); in bas_subscribe()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dperipheral.c238 .value_handle = bt_gatt_attr_get_handle(service_notify_attr)}}; in check_ccc_handle()
241 uint16_t actual_ccc_handle = bt_gatt_attr_get_handle(ccc_attr); in check_ccc_handle()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c275 .value_handle = bt_gatt_attr_get_handle(service_notify_attr)}}; in check_ccc_handle()
278 uint16_t actual_ccc_handle = bt_gatt_attr_get_handle(ccc_attr); in check_ccc_handle()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/sequential/dut/src/
Dmain.c249 handle = bt_gatt_attr_get_handle(attr); in send_write_handle()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dgatt.h512 uint16_t bt_gatt_attr_get_handle(const struct bt_gatt_attr *attr);
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dgatt.c1799 uint16_t bt_gatt_attr_get_handle(const struct bt_gatt_attr *attr) in bt_gatt_attr_get_handle() function
1834 uint16_t handle = bt_gatt_attr_get_handle(incl); in bt_gatt_attr_read_included()
1878 handle = bt_gatt_attr_get_handle(attr) + 1U; in bt_gatt_attr_value_handle()
2045 uint16_t handle = bt_gatt_attr_get_handle(attr); in bt_gatt_attr_next()
2799 data.handle = bt_gatt_attr_get_handle(data.attr); in bt_gatt_notify_cb()
2920 if (!bt_gatt_attr_get_handle(params[i].attr)) { in gatt_notify_multiple_verify_params()
2989 data.handle = bt_gatt_attr_get_handle(data.attr); in bt_gatt_notify_multiple()
3024 data.handle = bt_gatt_attr_get_handle(data.attr); in bt_gatt_indicate()