8#ifndef __PB_GATT_SRV_H__
9#define __PB_GATT_SRV_H__
11int bt_mesh_pb_gatt_send(uint16_t conn_handle,
struct os_mbuf *buf);
13int bt_mesh_pb_gatt_enable(
void);
14int bt_mesh_pb_gatt_disable(
void);
16int prov_ccc_write(uint16_t conn_handle, uint8_t type);
18void gatt_connected_pb_gatt(uint16_t conn_handle, uint8_t err);
19void resolve_svc_handles(
void);
21int bt_mesh_pb_gatt_adv_start(
void);
23extern struct svc_handles {
25 uint16_t proxy_data_out_h;
27 uint16_t prov_data_in_h;
28 uint16_t prov_data_out_h;
Connection descriptor.
Definition ble_gap.h:249