TizenRT Public API
v2.0 M2
|
HF Call status information. . More...
#include <bluetooth_type_internal.h>
Data Fields | |
char * | number |
int | direction |
int | status |
int | multi_party |
int | index |
HF Call status information. .
Definition at line 409 of file bluetooth_type_internal.h.
int direction |
Direction :Incoming(1), Outgoing(0)
Definition at line 411 of file bluetooth_type_internal.h.
int index |
Call index/ID
Definition at line 414 of file bluetooth_type_internal.h.
int multi_party |
Multiparty/conf call: Yes(1), No(0)
Definition at line 413 of file bluetooth_type_internal.h.
char* number |
Phone Number
Definition at line 410 of file bluetooth_type_internal.h.
int status |
Call Status :Active(0), Held(1), Waiting(5), Dailing(2)
Definition at line 412 of file bluetooth_type_internal.h.