Home
last modified time | relevance | path

Searched refs:tx_power_level_value_handle (Results 1 – 2 of 2) sorted by relevance

/btstack/test/gatt_service_server/
H A Dtx_power_service_server_test.cpp32 uint16_t tx_power_level_value_handle; in TEST_GROUP() local
37tx_power_level_value_handle = gatt_server_get_value_handle_for_characteristic_with_uuid16(0, 0xfff… in TEST_GROUP()
52 CHECK(tx_power_level_value_handle != 0); in TEST()
64 …response_len = mock_att_service_read_callback(con_handle, tx_power_level_value_handle, 0, response… in TEST()
/btstack/src/ble/gatt-service/
H A Dtx_power_service_server.c64 static uint16_t tx_power_level_value_handle; variable
73 if (attribute_handle == tx_power_level_value_handle){ in tx_power_service_read_callback()
111tx_power_level_value_handle = gatt_server_get_value_handle_for_characteristic_with_uuid16(start_ha… in tx_power_service_server_init()
116 printf(" tx_power_level 0x%02x \n", tx_power_level_value_handle); in tx_power_service_server_init()
132 att_server_notify(con_handle, tx_power_level_value_handle, &value, 1); in tx_power_service_can_send_now()