ESP-IDF
Select one of the symbols to view example projects that use it.
Symbol previews are coming soon...
Outline
#define _BTC_BLE_MESH_BLE_H_
#include <stdint.h>
#include "btc/btc_manage.h"
#include "mesh/adapter.h"
#include "esp_ble_mesh_ble_api.h"
btc_ble_mesh_ble_args_t
<anonymous struct>
param
data
start_ble_adv
<anonymous struct>
index
stop_ble_adv
<anonymous struct>
param
start_ble_scan
<anonymous struct>
stop_ble_scan
btc_ble_mesh_ble_act_t
BTC_BLE_MESH_ACT_START_BLE_ADV
BTC_BLE_MESH_ACT_STOP_BLE_ADV
BTC_BLE_MESH_ACT_START_BLE_SCAN
BTC_BLE_MESH_ACT_STOP_BLE_SCAN
bt_mesh_ble_scan_cb_evt_to_btc(const bt_mesh_addr_t *, uint8_t, uint8_t *, uint16_t, int8_t);
btc_ble_mesh_ble_call_handler(btc_msg_t *);
btc_ble_mesh_ble_cb_handler(btc_msg_t *);
Files
loading...
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
components/bt/esp_ble_mesh/btc/include/btc_ble_mesh_ble.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/*
* SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* ... */
#ifndef
_BTC_BLE_MESH_BLE_H_
#define
_BTC_BLE_MESH_BLE_H_
#include
<
stdint.h>
#include
"
btc
/
btc_manage.h"
#include
"
mesh
/
adapter.h"
#include
"
esp_ble_mesh_ble_api.h"
#ifdef
__cplusplus
extern
"C"
{
#endif
typedef
union
{
struct
{
esp_ble_mesh_ble_adv_param_t
param
;
esp_ble_mesh_ble_adv_data_t
data
;
}
{ ... }
start_ble_adv
;
struct
{
uint8_t
index
;
}
{ ... }
stop_ble_adv
;
struct
{
esp_ble_mesh_ble_scan_param_t
param
;
}
{ ... }
start_ble_scan
;
struct
{
/* RFU */
}
{ ... }
stop_ble_scan
;
}
{ ... }
btc_ble_mesh_ble_args_t
;
typedef
enum
{
BTC_BLE_MESH_ACT_START_BLE_ADV
,
BTC_BLE_MESH_ACT_STOP_BLE_ADV
,
BTC_BLE_MESH_ACT_START_BLE_SCAN
,
BTC_BLE_MESH_ACT_STOP_BLE_SCAN
,
}
{ ... }
btc_ble_mesh_ble_act_t
;
void
bt_mesh_ble_scan_cb_evt_to_btc
(
const
bt_mesh_addr_t
*
addr
,
uint8_t
adv_type
,
uint8_t
data
[
]
,
uint16_t
length
,
int8_t
rssi
)
;
void
btc_ble_mesh_ble_call_handler
(
btc_msg_t
*
msg
)
;
void
btc_ble_mesh_ble_cb_handler
(
btc_msg_t
*
msg
)
;
#ifdef
__cplusplus
}
{...}
#endif
/* ... */
#endif
/* _BTC_BLE_MESH_BLE_H_ */
Details
Show:
from
Types:
Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.
bt_mesh_ble_scan_cb_evt_to_btc()
btc_ble_mesh_ble_call_handler()
btc_ble_mesh_ble_cb_handler()
btc_ble_mesh_ble_args_t
btc_ble_mesh_ble_act_t
_BTC_BLE_MESH_BLE_H_
btc_ble_mesh_ble_args_t::
::param
btc_ble_mesh_ble_args_t::
::data
btc_ble_mesh_ble_args_t::start_ble_adv
btc_ble_mesh_ble_args_t::
::index
btc_ble_mesh_ble_args_t::stop_ble_adv
btc_ble_mesh_ble_args_t::
::param
btc_ble_mesh_ble_args_t::start_ble_scan
btc_ble_mesh_ble_args_t::stop_ble_scan
btc_ble_mesh_ble_act_t::BTC_BLE_MESH_ACT_START_BLE_ADV
btc_ble_mesh_ble_act_t::BTC_BLE_MESH_ACT_STOP_BLE_ADV
btc_ble_mesh_ble_act_t::BTC_BLE_MESH_ACT_START_BLE_SCAN
btc_ble_mesh_ble_act_t::BTC_BLE_MESH_ACT_STOP_BLE_SCAN
bt_mesh_ble_scan_cb_evt_to_btc()::addr
bt_mesh_ble_scan_cb_evt_to_btc()::adv_type
bt_mesh_ble_scan_cb_evt_to_btc()::data
bt_mesh_ble_scan_cb_evt_to_btc()::length
bt_mesh_ble_scan_cb_evt_to_btc()::rssi
btc_ble_mesh_ble_call_handler()::msg
btc_ble_mesh_ble_cb_handler()::msg
esp_ble_mesh_ble_adv_param_t
esp_ble_mesh_ble_adv_data_t
esp_ble_mesh_ble_scan_param_t
btc_ble_mesh_ble_args_t
btc_ble_mesh_ble_act_t
bt_mesh_addr_t
btc_msg_t