Home
last modified time | relevance | path

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

/btstack/test/gatt_service_server/
H A Dbond_management_service_server_test.cpp64 uint16_t bm_control_point_value_handle; in TEST_GROUP() local
70bm_control_point_value_handle = gatt_server_get_value_handle_for_characteristic_with_uuid16(0, 0xf… in TEST_GROUP()
87 …int response = mock_att_service_write_callback(con_handle, bm_control_point_value_handle, ATT_TRAN… in TEST_GROUP()
101 CHECK(bm_control_point_value_handle != 0); in TEST()
169 …response = mock_att_service_write_callback(con_handle, bm_control_point_value_handle, ATT_TRANSACT… in TEST()
174 …response = mock_att_service_write_callback(con_handle, bm_control_point_value_handle, ATT_TRANSACT… in TEST()
179 …response = mock_att_service_write_callback(con_handle, bm_control_point_value_handle, ATT_TRANSACT… in TEST()
/btstack/src/ble/gatt-service/
H A Dbond_management_service_server.c55 static uint16_t bm_control_point_value_handle; variable
173 if (attribute_handle == bm_control_point_value_handle){ in bond_management_service_write_callback()
271bm_control_point_value_handle = gatt_server_get_value_handle_for_characteristic_with_uuid16(start_… in bond_management_service_server_init()
275 log_info("Control Point value handle 0x%02x", bm_control_point_value_handle); in bond_management_service_server_init()