Home
last modified time | relevance | path

Searched refs:GCT_FBUS2 (Results 1 – 7 of 7) sorted by relevance

/dports/comms/gammu/gammu-1.42.0/include/
H A Dgammu-statemachine.h122 GCT_FBUS2, enumerator
/dports/comms/gammu/gammu-1.42.0/libgammu/phone/nokia/dct4s40/
H A Ddct4func.c46 if (s->ConnectionType != GCT_FBUS2) return ERR_OTHERCONNECTIONREQUIRED; in DCT4_SetPhoneMode()
/dports/comms/gammu/gammu-1.42.0/libgammu/protocol/nokia/
H A Dfbus2.c278 case GCT_FBUS2: in FBUS2_StateMachine()
451 case GCT_FBUS2: in FBUS2_Initialise()
/dports/comms/gammu/gammu-1.42.0/libgammu/
H A Dgsmstate.c120 {"fbus", GCT_FBUS2, FALSE},
273 GSM_RegisterConnection(s, GCT_FBUS2, &SerialDevice, &FBUS2Protocol); in GSM_RegisterAllConnections()
452 s->ConnectionType == GCT_FBUS2 || in GSM_RegisterAllPhoneModules()
673 case GCT_FBUS2: in GSM_TryGetModel()
/dports/comms/gammu/gammu-1.42.0/gammu/depend/nokia/
H A Ddct3.c40 if (gsm->ConnectionType!=GCT_MBUS2 && gsm->ConnectionType!=GCT_FBUS2 && in CheckDCT3Only()
H A Ddct4.c47 if (gsm->ConnectionType!=GCT_MBUS2 && gsm->ConnectionType!=GCT_FBUS2 && in CheckDCT4Only()
/dports/comms/gammu/gammu-1.42.0/libgammu/phone/nokia/dct3/
H A Dn6110.c261 if (s->ConnectionType == GCT_FBUS2 || in N6110_ShowStartInfo()