Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app/src/gatt/
Dservice_f_1.c62 static const struct bt_gatt_cpf cha_format_value = {
66 static const struct bt_gatt_cpf cha_format_1_value = {
70 static const struct bt_gatt_cpf cha_format_2_value = {
74 static const struct bt_gatt_cpf cha_format_3_value = {
Dservice_b_2_2.c44 static const struct bt_gatt_cpf cha_format_value = {
Dservice_b_2_3.c44 static const struct bt_gatt_cpf cha_format_value = {
Dservice_b_2_1.c43 static const struct bt_gatt_cpf cha_format_value = {
/Zephyr-Core-2.7.6/samples/boards/reel_board/mesh_badge/src/
Dmain.c70 static const struct bt_gatt_cpf name_cpf = {
/Zephyr-Core-2.7.6/include/bluetooth/
Dgatt.h313 struct bt_gatt_cpf { struct
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dgatt.c1818 const struct bt_gatt_cpf *cpf = attr->user_data; in bt_gatt_attr_read_cpf()
3365 struct bt_gatt_cpf cpf; in parse_read_std_char_desc()