Mesh: Add OAL Mesh API
authorAnupam Roy <anupam.r@samsung.com>
Thu, 25 Jun 2020 04:11:59 +0000 (09:41 +0530)
committerAnupam Roy <anupam.r@samsung.com>
Fri, 17 Jul 2020 08:56:48 +0000 (14:26 +0530)
commit4bd19c1c0e7e611b8af60e75d61c5151b4f2c2cb
tree2d6ddf108e39c901cc6e3f70f543c7f1e2bb91eb
parent1ff77faf14c604cf3354396e5c7f330d06d7b826
Mesh: Add OAL Mesh API

This patch adds basic Mesh OAL API's.

Note:
- The current set of OAL API's can fully cover
  all Tizen Native API's developed so far.

- Following API is added for forward compatibility.
 'oal_status_t mesh_model_send_message()'
  Above API will transport Mesh Application specific messages
  which are generated by Application specific Models.
  It is upto Application to support any Models (BT SIG or Vendor)

Change-Id: I5984a5949a9fe0f3fa527d00b8d0feff0a01055b
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
bt-oal/include/oal-mesh.h [new file with mode: 0644]