BgApiDriver.BgApi.ble_evt_gap_scan_response C# (CSharp) 메소드

ble_evt_gap_scan_response() 보호된 메소드

protected ble_evt_gap_scan_response ( ble_msg_gap_scan_response_evt_t arg ) : void
arg ble_msg_gap_scan_response_evt_t
리턴 void
        protected virtual void ble_evt_gap_scan_response(ble_msg_gap_scan_response_evt_t arg)
        {
            log("ble_evt_gap_scan_response");
        }
BgApi