Searched refs:need_confirm (Results 1 – 8 of 8) sorted by relevance
412 UINT8 *p_data, BOOLEAN need_confirm) in BTA_GATTS_HandleValueIndication() argument423 p_buf->need_confirm = need_confirm; in BTA_GATTS_HandleValueIndication()430 if(need_confirm == false){ in BTA_GATTS_HandleValueIndication()
685 if (p_msg->api_indicate.need_confirm) { in bta_gatts_indicate_handle()709 if ((status != GATT_SUCCESS || !p_msg->api_indicate.need_confirm) && in bta_gatts_indicate_handle()
261 uint16_t value_len, uint8_t *value, bool need_confirm) in esp_ble_gatts_send_indicate() argument284 arg.send_ind.need_confirm = need_confirm; in esp_ble_gatts_send_indicate()287 if(need_confirm == false){ in esp_ble_gatts_send_indicate()
107 bool need_confirm; member
117 BOOLEAN need_confirm; member
495 uint16_t value_len, uint8_t *value, bool need_confirm);
1450 BOOLEAN need_confirm);
679 … arg->send_ind.value_len, arg->send_ind.value, arg->send_ind.need_confirm); in btc_gatts_call_handler()