Searched refs:OP_FRIEND_STATUS (Results 1 – 3 of 3) sorted by relevance
| /hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
| D | foundation.h | 42 #define OP_FRIEND_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x11) macro
|
| D | cfg_cli.c | 61 { OP_FRIEND_GET, OP_FRIEND_STATUS }, 62 { OP_FRIEND_SET, OP_FRIEND_STATUS }, 655 { OP_FRIEND_STATUS, 1, friend_status },
|
| D | cfg_srv.c | 2754 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_FRIEND_STATUS, 1); in send_friend_status() 2757 bt_mesh_model_msg_init(&msg, OP_FRIEND_STATUS); in send_friend_status()
|