Home
last modified time | relevance | path

Searched refs:IsConcernedAttrHandle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_server.h112 bool (*IsConcernedAttrHandle)(int srvcHandle, int attrHandle); member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c512 …if (it->callback.IsConcernedAttrHandle != NULL && it->callback.IsConcernedAttrHandle(it->handle, a… in FindCallbackAndNotifyConnected()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c1226 .IsConcernedAttrHandle = BleIsConcernedAttrHandle, in BleRegisterGattServerCallback()