Home
last modified time | relevance | path

Searched refs:METHOD_NOTIFY_REQUEST (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_trans.h63 METHOD_NOTIFY_REQUEST = 1, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_trans_test.cpp140 ctx.method = METHOD_NOTIFY_REQUEST;
162 ctx.method = METHOD_NOTIFY_REQUEST;
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c421 if (ctx.method == METHOD_NOTIFY_REQUEST) { in BleCtrlMsgSerializeByJson()
H A Dsoftbus_conn_ble_manager.c1003 case METHOD_NOTIFY_REQUEST: in ReceivedControlData()