Home
last modified time | relevance | path

Searched refs:ConnBleSend (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_trans_mock.cpp45 int32_t ConnBleSend(ConnBleConnection *connection, const uint8_t *data, uint32_t dataLen, int32_t m… in ConnBleSend() function
47 return GetConnectionBleTransInterface()->ConnBleSend(connection, data, dataLen, module); in ConnBleSend()
H A Dconnection_ble_trans_mock.h30 virtual int32_t ConnBleSend(
44 …MOCK_METHOD(int32_t, ConnBleSend, (ConnBleConnection *, const uint8_t *, uint32_t, int32_t), (over…
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h190 int32_t ConnBleSend(ConnBleConnection *connection, const uint8_t *data, uint32_t dataLen, int32_t m…
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c295 int32_t status = ConnBleSend(connection, buff, amount + BLE_TRANS_HEADER_SIZE, module); in ConnGattTransSend()
570 int32_t status = ConnBleSend(connection, data + sentLen, amount, module); in ConnCocTransSend()
H A Dsoftbus_conn_ble_connection.c506 int32_t ConnBleSend(ConnBleConnection *connection, const uint8_t *data, uint32_t dataLen, int32_t m… in ConnBleSend() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_manager_test.cpp913 ret = ConnBleSend(connection, data, dataLen, MODULE_CONNECTION);
917 ret = ConnBleSend(connection, data, dataLen, MODULE_CONNECTION);