TizenRT Public API
v2.0 M2
|
Device connection information structure. 2.3. More...
#include <bluetooth_type.h>
Data Fields | |
char * | remote_address |
bt_device_connection_link_type_e | link |
bt_device_disconnect_reason_e | disconn_reason |
Device connection information structure. 2.3.
Definition at line 1018 of file bluetooth_type.h.
bt_device_disconnect_reason_e disconn_reason |
Disconnection reason
Definition at line 1021 of file bluetooth_type.h.
Link type
Definition at line 1020 of file bluetooth_type.h.
char* remote_address |
The address of remote device
Definition at line 1019 of file bluetooth_type.h.