BT 5.0: Add APIs to support set/read PHYs
[platform/core/connectivity/bluetooth-frwk.git] / include / bt-internal-types.h
index a8cf78d..4792296 100644 (file)
@@ -412,6 +412,10 @@ typedef enum {
        BT_GATT_SERVER_SEND_INDICATION,
        BT_GATT_SERVER_UPDATE_VALUE,
        BT_GATT_SERVER_DEREGISTER,
+       BT_GATT_SERVER_READ_PHY,
+       BT_GATT_SERVER_SET_PHY,
+       BT_GATT_CLIENT_READ_PHY,
+       BT_GATT_CLIENT_SET_PHY,
 //#endif
        BT_LE_IPSP_INIT = BT_FUNC_IPSP_BASE,
        BT_LE_IPSP_DEINIT,
@@ -725,6 +729,10 @@ typedef struct {
 
 #define BT_GATT_REQ_ATT_MTU_CHANGED "GattReqAttMtuChanged"
 #define BT_GATT_SERVER_ATT_MTU_CHANGED "GattServerAttMtuChanged"
+#define BT_GATT_SERVER_PHY_UPDATED "GattServerPhyUpdated"
+#define BT_GATT_SERVER_PHY_READ "GattServerPhyRead"
+#define BT_GATT_CLIENT_PHY_UPDATED "GattClientPhyUpdated"
+#define BT_GATT_CLIENT_PHY_READ "GattClientPhyRead"
 #define BT_GATT_CHAR_VAL_CHANGED "GattCharValueChanged"
 #ifdef GATT_NO_RELAY
 #define BT_GATT_BLUEZ_CHAR_VAL_CHANGED "GattValueChanged"