blatann.nrf.nrf_events.gap_events module
- class blatann.nrf.nrf_events.gap_events.GapEvtAdvReport(conn_handle, peer_addr, rssi, adv_type, adv_data)
Bases:
GapEvt- evt_id = 29
- get_device_name()
- classmethod from_c(event)
- class blatann.nrf.nrf_events.gap_events.GapEvtConnected(conn_handle, peer_addr, role, conn_params)
Bases:
GapEvt- evt_id = 16
- classmethod from_c(event)
- class blatann.nrf.nrf_events.gap_events.GapEvtConnParamUpdate(conn_handle, conn_params)
Bases:
GapEvt- evt_id = 18
- classmethod from_c(event)
- class blatann.nrf.nrf_events.gap_events.GapEvtConnParamUpdateRequest(conn_handle, conn_params)
Bases:
GapEvt- evt_id = 31
- classmethod from_c(event)
- class blatann.nrf.nrf_events.gap_events.GapEvtDataLengthUpdate(conn_handle, max_tx_octets, max_rx_octets, max_tx_time_us, max_rx_time_us)
Bases:
GapEvt- evt_id = 36
- classmethod from_c(event)
- class blatann.nrf.nrf_events.gap_events.GapEvtDataLengthUpdateRequest(conn_handle, max_tx_octets, max_rx_octets, max_tx_time_us, max_rx_time_us)
Bases:
GapEvt- evt_id = 35
- classmethod from_c(event)
- class blatann.nrf.nrf_events.gap_events.GapEvtDisconnected(conn_handle, reason)
Bases:
GapEvt- evt_id = 17
- classmethod from_c(event)
- class blatann.nrf.nrf_events.gap_events.GapEvtPhyUpdate(conn_handle, status, tx_phy, rx_phy)
Bases:
GapEvt- evt_id = 34
- classmethod from_c(event)
- class blatann.nrf.nrf_events.gap_events.GapEvtPhyUpdateRequest(conn_handle, tx_phy, rx_phy)
Bases:
GapEvt- evt_id = 33
- classmethod from_c(event)