Home
last modified time | relevance | path

Searched defs:svc (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c683 struct bt_mesh_gatt_service *svc = NULL; in bt_mesh_gatts_find_attr_by_handle() local
704 struct bt_mesh_gatt_service *svc = NULL; in bt_mesh_gatts_foreach_attr() local
876 static int gatts_register(struct bt_mesh_gatt_service *svc) in gatts_register()
897 static int gatts_deregister(struct bt_mesh_gatt_service *svc) in gatts_deregister()
938 int bt_mesh_gatts_service_register(struct bt_mesh_gatt_service *svc) in bt_mesh_gatts_service_register()
1031 int bt_mesh_gatts_service_deregister(struct bt_mesh_gatt_service *svc) in bt_mesh_gatts_service_deregister()
1050 int bt_mesh_gatts_service_unregister(struct bt_mesh_gatt_service *svc) in bt_mesh_gatts_service_unregister()
1073 int bt_mesh_gatts_service_stop(struct bt_mesh_gatt_service *svc) in bt_mesh_gatts_service_stop()
1086 int bt_mesh_gatts_service_start(struct bt_mesh_gatt_service *svc) in bt_mesh_gatts_service_start()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1047 struct bt_mesh_gatt_service *svc = NULL; in bt_mesh_gatts_find_attr_by_handle() local
1068 struct bt_mesh_gatt_service *svc = NULL; in bt_mesh_gatts_foreach_attr() local
1220 static int gatts_register(struct bt_mesh_gatt_service *svc) in gatts_register()
1241 static int gatts_deregister(struct bt_mesh_gatt_service *svc) in gatts_deregister()
1251 int bt_mesh_gatts_service_register(struct bt_mesh_gatt_service *svc) in bt_mesh_gatts_service_register()
1268 int bt_mesh_gatts_service_deregister(struct bt_mesh_gatt_service *svc) in bt_mesh_gatts_service_deregister()
1284 int bt_mesh_gatts_service_unregister(struct bt_mesh_gatt_service *svc) in bt_mesh_gatts_service_unregister()
1311 int bt_mesh_gatts_service_stop(struct bt_mesh_gatt_service *svc) in bt_mesh_gatts_service_stop()
1336 int bt_mesh_gatts_service_start(struct bt_mesh_gatt_service *svc) in bt_mesh_gatts_service_start()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c217 const struct ble_gatt_svc_def *svc; in init_gatt_values() local
246 const struct ble_gatt_svc_def *svc; in deinit_gatt_values() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c1258 const list_t* svc = bta_gattc_get_services(conn_id); in bta_gattc_get_service_with_uuid() local