Searched refs:exec_write_flag (Results 1 – 12 of 12) sorted by relevance
106 uint8_t exec_write_flag; /*!< Execute write flag */ member
327 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC){ in example_exec_write_event_env()459 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_CANCEL) { in gatts_profile_a_event_handler()
93 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC) { in example_exec_write_event_env()
329 …if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC && prepare_write_env->prepare_bu… in example_exec_write_event_env()
560 if(p_data->exec_write.exec_write_flag){ in gatts_profile_event_handler()
433 …if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC && prepare_write_env->prepare_bu… in example_exec_write_event_env()
917 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC){931 …cks for the `exec_write_flag` in the parameters received with the event. If the flag equals the ex…934 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC){
266 if ((param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC) in transport_simple_ble_exec_write()
240 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC){ in example_exec_write_event_env()
287 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC){ in example_exec_write_event_env()
570 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC) { in example_exec_write_event_env()
809 param.exec_write.exec_write_flag = p_data->req_data.p_data->exec_write; in btc_gatts_cb_handler()