Home
last modified time | relevance | path

Searched refs:N6510_LIGHT_DISPLAY (Results 1 – 3 of 3) sorted by relevance

/dports/comms/gammu/gammu-1.42.0/libgammu/phone/nokia/dct4s40/6510/
H A Dn6510.h17 N6510_LIGHT_DISPLAY = 0x01, enumerator
H A Dn6510.c3825 error=N6510_SetLight(s,N6510_LIGHT_DISPLAY,TRUE); in N6510_ShowStartInfo()
3833 error=N6510_SetLight(s,N6510_LIGHT_DISPLAY,FALSE); in N6510_ShowStartInfo()
/dports/comms/gammu/gammu-1.42.0/gammu/depend/nokia/
H A Ddct4.c957 if (strcasecmp(argv[2],"display") == 0) { type = N6510_LIGHT_DISPLAY; in DCT4SetLight()