Home
last modified time | relevance | path

Searched refs:BleGattsAddDescriptor (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp207 int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions) in BleGattsAddDescriptor() function
209 …return MockBluetooth::GetMocker()->BleGattsAddDescriptor(serverId, srvcHandle, descUuid, permissio… in BleGattsAddDescriptor()
H A Dbluetooth_mock.h71 …virtual int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions) …
126 …int, BleGattsAddDescriptor, (int serverId, int srvcHandle, BtUuid descUuid, int permissions), (ove…
H A Dsoftbus_adapter_ble_gatt_server_test.cpp101 EXPECT_CALL(mocker, BleGattsAddDescriptor).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in MockAll()
270 EXPECT_CALL(mocker, BleGattsAddDescriptor).Times(1).WillOnce(Return(OHOS_BT_STATUS_FAIL));
273 EXPECT_CALL(mocker, BleGattsAddDescriptor).Times(1).WillOnce(Return(OHOS_BT_STATUS_SUCCESS));
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp258 int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions) in BleGattsAddDescriptor() function
260 …return MockBluetooth::GetMocker()->BleGattsAddDescriptor(serverId, srvcHandle, descUuid, permissio… in BleGattsAddDescriptor()
H A Dbluetooth_mock.h78 …virtual int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions) …
144 …int, BleGattsAddDescriptor, (int serverId, int srvcHandle, BtUuid descUuid, int permissions), (ove…
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-minichip-subsys-communication.md94 | BleGattsAddDescriptor | 将描述符添加到指定的特征。 |
/ohos5.0/foundation/communication/bluetooth/
H A DREADME_zh.md110 int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions);
H A DREADME.md110 int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h512 int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions);
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-minichip-subsys-communication.md94 | BleGattsAddDescriptor | Adds a descriptor to a specified feature.|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c142 if (BleGattsAddDescriptor(g_halServerId, srvcHandle, uuid, permissions) != SOFTBUS_OK) { in SoftBusGattsAddDescriptor()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp841 int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions) in BleGattsAddDescriptor() function