Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
iotivity-classic
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,289
    • Issues 3,289
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • IoTivity
  • iotivity-classic
  • Issues
  • #99

Closed
Open
Opened Apr 13, 2016 by Rami Alshafi@ramiOwner

[CA][TIZEN][BLE] Client does not get response from server in TIZEN BLE network

[Procedure]

  1. [Server] Initialize CA

  2. [Server] Register the handlers

  3. [Server] Select BLE network

  4. [Server] Start Server

  5. [Client] Initialize CA

  6. [Client] Register the handlers

  7. [Client] Select BLE network

  8. [Client] Start Client

  9. [Client] Create remote endpoint for server to send multicast request to server

  10. [Client] Generate a token

  11. [Client] Send multicast request messages to the server using CASendRequest API

  12. [Server] Server will attempt to receive that multicast request message

  13. [Server] Server will returned a response to client.

  14. [Client] Client will obtain server address from response

  15. [Client] Client will send an unicast request using that server address

  16. [Server] Server will attempt to receive that unicast request message

  17. [Server] Server will returned a response to client.

  18. [Client] Client will obtain response from server
    [Expected]

Server will get the request from client in steps: 12, 16 and client will get response from server in steps: 14, 18
[Actual]

Server get the request from client in steps: 12 but client does not get response from server in steps: 14
Note: Client does not get any response in steps: 14. So it can't send any unicast message to server


JIRA migration meta data

  • JIRA Issue ID: IOT-1084
  • Reporter: maklechur.rn
  • Assignee: ashokchanna
  • Creator: maklechur.rn
  • Created at: 2016-04-13T05:49:35.000-0700
  • Found in Version: f99a2dc9
  • Fix in Version: None
  • Issue Severity: Major
  • Reproducibility: Always (100%)
  • Operating System: Tizen
  • Hardware/ OEM Platform: None
  • External URL: None
  • Bugzilla ID: None
  • Product: None
  • Status: Closed
  • Components: SDK
  • Priority: Undecided
  • Due Date: None
  • Issue Type: Bug
    END of JIRA migration meta data

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: iotivity/iotivity-classic#99