Add 4 error codes to pbap connection callback function. 53/187253/1
authorDeokhyun Kim <dukan.kim@samsung.com>
Tue, 21 Aug 2018 08:25:32 +0000 (17:25 +0900)
committerDeokhyun Kim <dukan.kim@samsung.com>
Tue, 21 Aug 2018 08:25:32 +0000 (17:25 +0900)
  - BT_ERROR_AUTH_REJECTED
  - BT_ERROR_AUTHORIZATION_REJECTED
  - BT_ERROR_SERVICE_NOT_FOUND
  - BT_ERROR_TIMED_OUT

Change-Id: Iaf73ed57b91045fc84d98566571dc766d49e2a71
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
include/bluetooth_type.h

index 017b5750139b3d584438645610c12a86e6fa9346..537472be9132c08b02c344f44ae0ff9a7af3ba2c 100644 (file)
@@ -2024,6 +2024,10 @@ typedef struct {
  * @brief  Called when PBAP is Connected or Disconnected.
  * @details The following error codes can be delivered: \n
  *             #BT_ERROR_NONE \n
+ *             #BT_ERROR_AUTH_REJECTED \n
+ *             #BT_ERROR_AUTHORIZATION_REJECTED \n
+ *             #BT_ERROR_SERVICE_NOT_FOUND \n
+ *             #BT_ERROR_TIMED_OUT \n
  *             #BT_ERROR_OPERATION_FAILED \n
  * @since_tizen 3.0
  *