Searched refs:long_chrc_handle (Results 1 – 4 of 4) sorted by relevance
20 static uint16_t long_chrc_handle; variable122 if (chrc_handle == 0 || long_chrc_handle == 0) { in discover_func()124 long_chrc_handle); in discover_func()157 long_chrc_handle = chrc->value_handle; in discover_func()223 } else if (handle == long_chrc_handle) { in gatt_write()287 } else if (params->single.handle == long_chrc_handle) { in gatt_read_cb()321 } else if (handle == long_chrc_handle) { in gatt_read()376 gatt_write(long_chrc_handle, BT_ATT_ERR_SUCCESS); in test_main()377 gatt_read(long_chrc_handle, BT_ATT_ERR_SUCCESS); in test_main()
19 static uint16_t long_chrc_handle; variable107 if (chrc_handle == 0 || long_chrc_handle == 0) { in discover_func()109 chrc_handle, long_chrc_handle); in discover_func()142 long_chrc_handle = chrc->value_handle; in discover_func()291 gatt_write(long_chrc_handle); in test_main()292 gatt_read(long_chrc_handle); in test_main()
20 static uint16_t long_chrc_handle; variable110 if (chrc_handle == 0 || long_chrc_handle == 0) { in discover_func()112 long_chrc_handle); in discover_func()145 long_chrc_handle = chrc->value_handle; in discover_func()210 if (params->value_handle == long_chrc_handle) { in test_long_subscribed()278 sub_params_long.value_handle = long_chrc_handle; in gatt_subscribe_long()293 sub_params_long.value_handle = long_chrc_handle; in gatt_unsubscribe_long()
21 static uint16_t long_chrc_handle; variable128 if (chrc_handle == 0 || long_chrc_handle == 0) { in discover_func()130 long_chrc_handle); in discover_func()163 long_chrc_handle = chrc->value_handle; in discover_func()212 } else if (params->value_handle == long_chrc_handle) { in test_subscribed()341 sub_params_long.value_handle = long_chrc_handle; in test_main()