Lines Matching defs:status

33      * @param status Status of the PHY update operation. {@link BluetoothGatt#GATT_SUCCESS} if the
36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) {
47 * @param status Status of the PHY read operation. {@link BluetoothGatt#GATT_SUCCESS} if the
50 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) {
58 * @param status Status of the connect or disconnect operation. {@link
63 public void onConnectionStateChange(BluetoothGatt gatt, int status,
72 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the remote device has been explored
75 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
83 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operation was completed
87 int status) {
101 * @param status The result of the write operation {@link BluetoothGatt#GATT_SUCCESS} if the
105 BluetoothGattCharacteristic characteristic, int status) {
124 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operation was completed
128 int status) {
136 * @param status The result of the write operation {@link BluetoothGatt#GATT_SUCCESS} if the
140 int status) {
147 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the reliable write transaction was
150 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) {
161 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the RSSI was read successfully
163 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) {
175 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the MTU has been changed successfully
177 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) {
190 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the connection has been updated
195 int status) {