Searched refs:unreg_for_notify (Results 1 – 4 of 4) sorted by relevance
704 status = BTA_GATTC_DeregisterForNotifications(arg->unreg_for_notify.gattc_if, in btc_gattc_unreg_for_notify()705 arg->unreg_for_notify.remote_bda, in btc_gattc_unreg_for_notify()706 arg->unreg_for_notify.handle); in btc_gattc_unreg_for_notify()709 param.unreg_for_notify.status = status; in btc_gattc_unreg_for_notify()710 param.unreg_for_notify.handle = arg->unreg_for_notify.handle; in btc_gattc_unreg_for_notify()711 btc_gattc_cb_to_app(ESP_GATTC_UNREG_FOR_NOTIFY_EVT, arg->unreg_for_notify.gattc_if, ¶m); in btc_gattc_unreg_for_notify()
179 } unreg_for_notify; member
842 arg.unreg_for_notify.gattc_if = gattc_if; in esp_ble_gattc_unregister_for_notify()843 arg.unreg_for_notify.handle = handle; in esp_ble_gattc_unregister_for_notify()844 memcpy(arg.unreg_for_notify.remote_bda, server_bda, sizeof(esp_bd_addr_t)); in esp_ble_gattc_unregister_for_notify()
203 …} unreg_for_notify; /*!< Callback parameter for the event `ESP_GATTC_UNREG_FOR_NOT… member