ble_gap_event::::connect field
Represents a connection attempt. Valid for the following event types: o BLE_GAP_EVENT_CONNECT
Syntax
struct {
int status;
uint16_t conn_handle;
#if MYNEWT_VAL(BLE_PERIODIC_ADV_WITH_RESPONSES)
uint8_t adv_handle;
uint16_t sync_handle;
#endif
} connect;
Examples
ble_gap_event::::connect is referenced by 4 libraries and example projects: