Home
last modified time | relevance | path

Searched defs:location (Results 1 – 6 of 6) sorted by relevance

/btstack/src/mesh/
H A Dmesh_node.c112 void mesh_node_set_element_location(mesh_element_t * element, uint16_t location){ in mesh_node_set_element_location()
116 void mesh_node_set_primary_element_location(uint16_t location){ in mesh_node_set_primary_element_location()
/btstack/tool/misc/
H A Dfix-misra-10.4a.py40 location = location.replace(project_prefix, '').replace('\\','/') variable
H A Dfix-misra-12.1.py65 location = location.replace(project_prefix, '').replace('\\','/') variable
/btstack/test/gatt_service_server/
H A Dheart_rate_service_server_test.cpp31 heart_rate_service_body_sensor_location_t location; in TEST_GROUP() local
/btstack/src/ble/gatt-service/
H A Dheart_rate_service_server.c145 void heart_rate_service_server_init(heart_rate_service_body_sensor_location_t location, int energy_… in heart_rate_service_server_init()
H A Dcycling_power_service_server.c694 cycling_power_sensor_location_t location; in cycling_power_service_write_callback() local