this->create_label = ui_utils_label_add(this->view->layout, "Create Bond: ");
elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD);
- ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Create Bond with some device and Create Bonding callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
+ //ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Create Bond with some device and Create Bonding callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
char resultc[256] ={0,};
ret = bt_adapter_get_state(&this->adapter_state);
this->create_label = ui_utils_label_add(this->view->layout, "Destroy Bond: ");
elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD);
- ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Create bond with device and destroy bond then Destroy Bonding callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
+ //ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Create bond with device and destroy bond then Destroy Bonding callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
char resultc[256] ={0,};
ret = bt_adapter_get_state(&this->adapter_state);
this->create_label = ui_utils_label_add(this->view->layout, "Discover Devices: ");
elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD);
- ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Device Discovery callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
+ //ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Device Discovery callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
char resultc[256] ={0,};
ret = bt_adapter_set_device_discovery_state_changed_cb(Bluetooth_adapter_device_discovery_state_changed_cb_p, this);
this->create_label = ui_utils_label_add(this->view->layout, "Get Device List: ");
elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD);
- ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Scanned callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
+ //ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Scanned callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
char resultc[256] ={0,};
this->create_label = ui_utils_label_add(this->view->layout, "Set Name: ");
elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD);
- ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Name Changed callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
+ //ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Name Changed callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/><b>Note:You can also refer info section");
char resultc[256] ={0,};
ret = bt_adapter_set_name_changed_cb(Bluetooth_bt_adapter_name_changed_cb_p, this);
{
this->create_label = ui_utils_label_add(this->view->layout, "Set Name: ");
elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD);
- ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Correct Error Message Displayed<br/><br/><b>Note:You can also refer info section");
+ //ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>Correct Error Message Displayed<br/><br/><b>Note:You can also refer info section");
char resultc[256] ={0,};