Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/src/
Dutils.c207 subscribe_params.ccc_handle = bt_gatt_attr_get_handle(&bas.attrs[3]); in bas_subscribe()
208 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.c228 uint16_t actual_val_handle = bt_gatt_attr_get_handle(service_notify_attr); in check_ccc_handle()
235 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/security/ccc_update/src/
Dperipheral.c276 uint16_t actual_ccc_handle = bt_gatt_attr_get_handle(ccc_attr); in check_ccc_handle()
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c551 uint16_t bt_gatt_attr_get_handle(const struct bt_gatt_attr *attr) in bt_gatt_attr_get_handle() function
594 uint16_t start_handle = bt_gatt_attr_get_handle(attr); in bt_gatt_find_by_uuid()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/
Dmain.c217 handle = bt_gatt_attr_get_handle(attr); in send_write_handle()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h777 uint16_t bt_gatt_attr_get_handle(const struct bt_gatt_attr *attr);
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c1876 uint16_t bt_gatt_attr_get_handle(const struct bt_gatt_attr *attr) in bt_gatt_attr_get_handle() function
1911 uint16_t handle = bt_gatt_attr_get_handle(incl); in bt_gatt_attr_read_included()
1955 handle = bt_gatt_attr_get_handle(attr) + 1U; in bt_gatt_attr_value_handle()
2122 uint16_t handle = bt_gatt_attr_get_handle(attr); in bt_gatt_attr_next()
2864 uint16_t start_handle = bt_gatt_attr_get_handle(attr); in bt_gatt_find_by_uuid()
2899 data.handle = bt_gatt_attr_get_handle(data.attr); in bt_gatt_notify_cb()
3020 if (!bt_gatt_attr_get_handle(params[i].attr)) { in gatt_notify_multiple_verify_params()
3089 data.handle = bt_gatt_attr_get_handle(data.attr); in bt_gatt_notify_multiple()
3124 data.handle = bt_gatt_attr_get_handle(data.attr); in bt_gatt_indicate()