Chapter 3 Terminal Specific Function Library
135
Bluetooth - Status
BTSTATUS Structure
typedef struct
{
int
State;
int
Signal;
int
Reserved[10];
} BTSTATUS;
Parameter
Description
Value
Index
int State
Connection State
0
1
BT_DISCONNECTED
BT_CONNECTED
7
int Signal
RSSI Signal Level
-10 ~ -6
-6 ~ 5
over 5
Weak
Moderate
Strong
8
int
Reserved[10]
Reserved
Null
---
---
GetBTStatus
Purpose
To retrieve information on Bluetooth networking status from the system.
Syntax
void GetBTStatus (BTSTATUS *bs);
Example
(?)
Description
This routine gets information on the current Bluetooth networking status.
Return
None
See Also
CheckNetStatus
Содержание Optimus R
Страница 1: ...Printed on 20 March 2006 C Programming Guide Version 3 04 02 Optimus S Optimus R...
Страница 6: ......
Страница 8: ...2 C Programming Guide For Optimus S R...
Страница 12: ...6 C Programming Guide For Optimus S R The flow is illustrated as shown below...
Страница 23: ...Chapter 2 Development Environment 17 Different types signed unsigned Different types same size...
Страница 24: ...18 C Programming Guide For Optimus S R...
Страница 220: ...214 C Programming Guide For Optimus S R See Also FlashSize free_memory...
Страница 232: ...226 C Programming Guide For Optimus S R 4 11 Implementation defined Limits limits h float h Refer to limit h and float h...
Страница 238: ...232 C Programming Guide For Optimus S R...