Searched refs:reg_for_notify (Results 1 – 4 of 4) sorted by relevance
689 status = BTA_GATTC_RegisterForNotifications(arg->reg_for_notify.gattc_if, in btc_gattc_reg_for_notify()690 arg->reg_for_notify.remote_bda, in btc_gattc_reg_for_notify()691 arg->reg_for_notify.handle); in btc_gattc_reg_for_notify()694 param.reg_for_notify.status = status; in btc_gattc_reg_for_notify()695 param.reg_for_notify.handle = arg->reg_for_notify.handle; in btc_gattc_reg_for_notify()696 btc_gattc_cb_to_app(ESP_GATTC_REG_FOR_NOTIFY_EVT, arg->reg_for_notify.gattc_if, ¶m); in btc_gattc_reg_for_notify()
173 } reg_for_notify; member
820 arg.reg_for_notify.gattc_if = gattc_if; in esp_ble_gattc_register_for_notify()821 memcpy(arg.reg_for_notify.remote_bda, server_bda, sizeof(esp_bd_addr_t)); in esp_ble_gattc_register_for_notify()822 arg.reg_for_notify.handle = handle; in esp_ble_gattc_register_for_notify()
195 …} reg_for_notify; /*!< Callback parameter for the event `ESP_GATTC_REG_FOR_NOTIF… member