Home
last modified time | relevance | path

Searched refs:bt_mesh_friend_get (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfoundation.h153 uint8_t bt_mesh_friend_get(void);
Dfriend.c1627 bt_mesh_friend_get() != BLE_MESH_FRIEND_ENABLED) { in bt_mesh_friend_enqueue_rx()
1662 bt_mesh_friend_get() != BLE_MESH_FRIEND_ENABLED) { in bt_mesh_friend_enqueue_tx()
Daccess.c631 return (bt_mesh_friend_get() == BLE_MESH_FRIEND_ENABLED); in bt_mesh_fixed_group_match()
Dtransport.c1956 if (bt_mesh_friend_get() == BLE_MESH_FRIEND_ENABLED) {
Dcfg_srv.c3576 uint8_t bt_mesh_friend_get(void) in bt_mesh_friend_get() function