Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dcentral_test.c433 .ccc_handle = bt_gatt_attr_get_handle(ccc_attr), in subscribe_battery_level()
458 .ccc_handle = bt_gatt_attr_get_handle(ccc_attr), in subscribe_battery_critical_status()
484 .ccc_handle = bt_gatt_attr_get_handle(ccc_attr), in subscribe_battery_level_status()
491 .ccc_handle = bt_gatt_attr_get_handle(ccc_attr), in subscribe_battery_level_status()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dperipheral.c245 uint16_t actual_val_handle = bt_gatt_attr_get_handle(service_notify_attr); in check_ccc_handle()
255 uint16_t actual_ccc_handle = bt_gatt_attr_get_handle(ccc_attr); in check_ccc_handle()
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c276 .value_handle = bt_gatt_attr_get_handle(service_notify_attr)}}; in check_ccc_handle()
279 uint16_t actual_ccc_handle = bt_gatt_attr_get_handle(ccc_attr); in check_ccc_handle()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/
Dmain.c249 handle = bt_gatt_attr_get_handle(attr); in send_write_handle()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/
Dmain.c219 handle = bt_gatt_attr_get_handle(attr); in send_write_handle()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h714 uint16_t bt_gatt_attr_get_handle(const struct bt_gatt_attr *attr);
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c1867 uint16_t bt_gatt_attr_get_handle(const struct bt_gatt_attr *attr) in bt_gatt_attr_get_handle() function
1902 uint16_t handle = bt_gatt_attr_get_handle(incl); in bt_gatt_attr_read_included()
1946 handle = bt_gatt_attr_get_handle(attr) + 1U; in bt_gatt_attr_value_handle()
2113 uint16_t handle = bt_gatt_attr_get_handle(attr); in bt_gatt_attr_next()
2882 data.handle = bt_gatt_attr_get_handle(data.attr); in bt_gatt_notify_cb()
3003 if (!bt_gatt_attr_get_handle(params[i].attr)) { in gatt_notify_multiple_verify_params()
3072 data.handle = bt_gatt_attr_get_handle(data.attr); in bt_gatt_notify_multiple()
3107 data.handle = bt_gatt_attr_get_handle(data.attr); in bt_gatt_indicate()