ble/stack/raw_connection.h header reference

The source code of this header can be browsed online.

Members [link] 

Types [link] 

Functions [link] 

Members detail [link] 

#define BLE_STACK_RAW_CONN_H [link] 

This macro is declared in ble/stack/raw_connection.h source file, line 21.

error_t ble_stack_raw_conn_advertise(struct ble_stack_raw_conn_s *conn) [link] 

This function is declared in ble/stack/raw_connection.h source file, line 53.

error_t ble_stack_raw_conn_close(struct ble_stack_raw_conn_s *conn) [link] 

This function is declared in ble/stack/raw_connection.h source file, line 52.

error_t ble_stack_raw_conn_connect(struct ble_stack_raw_conn_s *conn, const struct ble_addr_s *addr) [link] 

This function is declared in ble/stack/raw_connection.h source file, line 54.

struct ble_stack_raw_conn_handler_s [link] 

This struct is declared in ble/stack/raw_connection.h source file, line 34.

FieldDescription
void (*opened)(struct ble_stack_raw_conn_s *conn) ;
void (*closed)(struct ble_stack_raw_conn_s *conn, uint8_t reason) ;

error_t ble_stack_raw_conn_init(struct ble_stack_raw_conn_s *conn, struct ble_stack_context_s *context, const struct ble_stack_raw_conn_handler_s *handler) [link] 

This function is declared in ble/stack/raw_connection.h source file, line 50.

struct ble_stack_raw_conn_s [link] 

This struct is declared in ble/stack/raw_connection.h source file, line 40.

FieldDescription
struct ble_stack_context_s * context;
const struct ble_stack_raw_conn_handler_s * handler;
struct net_layer_s * adv;
struct net_layer_s * phy;
Valid XHTML 1.0 StrictGenerated by diaxen on Thu Aug 4 15:44:05 2022 using MkDoc